To remove vbcode and smilies from your browser titlebar, I found it ...

You have to parse your $thread[title] and then, to remove HTML tags
So, in showthread.php, find :
PHP Code:
$thread['title']=dowordwrap($thread['title']);
and replace by
PHP Code:
$thread['title']=strip_tags(bbcodeparse(dowordwrap($thread['title'])));
Well, it only stay the small problem of some bbcodes wich remove the link (or can modify it), Sweet Cheeks can you PM me these vbcodes with their description and exemple