The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
3.8 to 4.0 upgrade breaks file include Plugin
Under the plugin manager I am currently using the following:
Code:
ob_start(); $blockHBX = true; include($_SERVER['DOCUMENT_ROOT'] . '/lib/header.inc.php'); $header = ob_get_contents(); vB_Template::preRegister('header',array('header' => $header)); ob_clean(); $miller_forumbanner = 'projectsforum'; $miller_noinc = true; include($_SERVER['DOCUMENT_ROOT'] . '/lib/footer.inc.php'); $footer = ob_get_contents(); vB_Template::preRegister('footer',array('footer' => $footer)); ob_end_clean(); Code:
$header $footer |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|