Quote:
Originally Posted by Steve M
Ok my turn for help:
This is my code:
PHP Code:
require_once(DIR . '/includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$thread['threadtitle'] = $parser->do_parse($thread['threadtitle'], $do_html, $do_smilies, $do_bbcode, $do_imgcode, $do_nl2br, $cachable);
$threadbit =& $threadbits_sticky;
Trying to get bbcoder for stickied threads to parse but it won't parse. If I change it any other way than it is now, it will make the sticky threads vanish.
Thanks
Steve
|
You need to find where the threadbit template is evaluated for stickied threads, ensure this code is placed just before it, also remove the last line, I don' think you need it.