You can try this
threadbit_process
PHP Code:
if ($thread['sticky'])
{
global $parser;
if (!$parser)
{
require_once(DIR . '/includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$thread['threadtitle'] = $parser->do_parse($thread['threadtitle'], false, false, true, false);
}
However, you will run into problems with ugly display on many other pages.