The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How do I get this code to work with vb3.5?
In forumdisplay.php:
Find: if ($thread['sticky']) { $threadbit = &$threadbits_sticky; } Replace with: if ($thread['sticky']) { require_once('./includes/functions_bbcodeparse.php'); $thread['threadtitle'] = parse_bbcode($thread['threadtitle']); $threadbit = &$threadbits_sticky; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|