The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
PHP include plugin not working on CMS pages
I created a global_start plugin with the following code and placed the
Code:
{vb:raw includedphp_main} Code:
ob_start(); include('global_mainphoto.php'); $includedphp_main = ob_get_contents(); ob_end_clean(); $preRegister['includedphp_main'] = $includedphp_main; vB_Template::preRegister('header', $preRegister); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|