Quote:
Originally Posted by merk
Have you setup the vBulletin enviroment properly? You need to fill out the variables below to make sure vBulletin knows what templates and phrases to load.
PHP Code:
// ################### PRE-CACHE TEMPLATES AND DATA ###################### // get special phrase groups $phrasegroups = array(); // get special data templates from the datastore $specialtemplates = array(); // pre-cache templates used by all actions $globaltemplates = array(); // pre-cache templates used by specific actions $actiontemplates = array(); // ######################### REQUIRE BACK-END ############################ require_once('./global.php');
|
Those variables are already setup int he script im trying to load (showthread.php for example). Would they need to be setup AGAIN ?