edit forumdisplay.php, find:
PHP Code:
$thread[lastreplydate]=vbdate($dateformat,$thread[lastpost]);
Before that add:
PHP Code:
$thread[title]=bbcodeparse2($thread[title],0,0,1,0);
(There are 2 of them, add it before both of them)
edit showthread.php, find:
PHP Code:
eval("dooutput(\"".gettemplate("showthread")."\");");
before that add:
PHP Code:
$thread[title]=bbcodeparse2($thread[title],0,0,1,0);
Enjoy