The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Got it! Let me know if this works for you.
Code:
ob_start(); include('/Forum/statsinner.php'); $includedphp = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('TEMPLATE_NAME_YOU_ARE_ADDING_CALL_INTO', array('includedphp' => $includedphp)); My example: Code:
ob_start(); include("$_VhostPath/html/custom/vbulletin_display_login.php"); $pb_header_include = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('header', array('pb_header_include' => $pb_header_include)); Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|