The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
My output template's name TEST. This code I add at first srcipt: Code:
require('includes/class_bbcode.php'); $var = '[b][i][u]HA HA[/u][/i][/b]'; $bbcode = new vB_BbCodeParser($vbulletin,fetch_tag_list()); $template_var = $bbcode->do_parse($var); Code:
while($post = $db->fetch_array($getposts)) { eval('$mini .= "' . fetch_template('mini') . '";'); } eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('TEST') . '");'); Code:
$mini = $bbcode->do_parse($var); ![]() ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|