The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Thanks a lot Lynne, init.php did the trick for me.
The posts I read mostly said to add global.php but in my case that introduced a recursive call to the header template. (which eventually crashed the browser). Incase anyone is reading, I needed to add the following right at the top of myPHPfile.php to get things working: Code:
define('VB_AREA', 'Forum'); define('THIS_SCRIPT', 'myPHPfile'); require_once("./includes/init.php"); |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|