Ok, that will work if you only want it in the posts. What about the member.php? And I have the usertitle on my forumhome and use $bbuserinfo[usertitle].

And the announcements one was included in the hack, too.

Is there a way to include them all in one line of code? Globally? Buddy, friend, pal o' mine?

Quote:
Originally posted by Neo
sure..
in admin/functions.php find
PHP Code:
if ($post['receivepm'] and $enablepms==1) {
eval("\$post[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
} else {
$post[pmlink] = "";
}
and place this below it and it should work perfectly.
PHP Code:
$post[usertitle] = bbcodeparse($post[usertitle],0,$allowsmilies);
|