Quote:
Originally Posted by msimplay
i'm using vb3.00
i can't find [musername] in profile.php
please release the instructions to add this hack to the private messages as my pms look weird
|
I must've been asleep when I coded that.
You're wanting to edit PRIVATE.php, not profile...
Find:
PHP Code:
// parse the message
$pm['message'] = parse_pm_bbcode($pm['message'], $pm['allowsmilie']);
After add:
PHP Code:
if ($pm['titleparse'])
{
require_once('./includes/functions_bbcodeparse.php');
$pm['usertitle'] = parse_bbcode($pm['usertitle']);
}