Quote:
Originally Posted by dstruct2k
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 ($bbuserinfo['titleparse']) { require_once('./includes/functions_bbcodeparse.php'); $bbuserinfo['usertitle'] = parse_bbcode($bbuserinfo['usertitle']); }
|
don't know if the attachment hack is affecting it but that doesnt work for me