GenSec
01-30-2002, 10:00 PM
It allows to get quick preview of the received PM's.
It is very simple.
Just find in private.php
//run it through the template
$messagedone=1;
and add below:
$pmtext=bbcodeparse($privatemessage[message]);
$pmtext=strip_tags($pmtext);
$pmtext=addslashes(htmlspecialchars($pmtext));
Then open template "privfolder_bit"
and find
<td bgcolor="{firstaltcolor}" align="left" width="75%">
replace it with:
<td bgcolor="{firstaltcolor}" align="left" width="75%" title="$pmtext">
That's all
It is very simple.
Just find in private.php
//run it through the template
$messagedone=1;
and add below:
$pmtext=bbcodeparse($privatemessage[message]);
$pmtext=strip_tags($pmtext);
$pmtext=addslashes(htmlspecialchars($pmtext));
Then open template "privfolder_bit"
and find
<td bgcolor="{firstaltcolor}" align="left" width="75%">
replace it with:
<td bgcolor="{firstaltcolor}" align="left" width="75%" title="$pmtext">
That's all