The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
The vb5 Page Manager seems to be a joke as you can only include data in those little container boxes so that does not work to wrap the vb header and footer around a full featured app/mod with multiple scripts in a directory.
I have successfully made a simple cloned test page with the vb header footer echoing nothing but hello in the middle. Placing this in say a cloned vb index,php minus the $class defines and then renamed to test.php will print what I need. Code:
$templater = new vB5_Template('header'); $header = $templater->render(); $templater = new vB5_Template('footer'); $footer = $templater->render(); print "$header<br />HELLO<br />$footer"; Any ideas. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|