The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
$vbulletin->templatecache : 3.8.3
Hi .
I have a problem in any plugin where I use : PHP Code:
Example : $vbulletin->templatecache['FORUMHOME'] => index.php = blank page Server : PHP 5.2.9 MySQL 5.0.77-community-log Any help is welcomed . Thanks . |
#2
|
|||
|
|||
It will be filled up after templates are cached, for those that are. So using the above code is fine anywhere after the cache_templates hook. Sometimes templates are not cached (such as in the ajax script), so in that case you need to use fetch_template('TEMPLATENAME') as the last parameter.
|
#3
|
||||
|
||||
ok , I understood .
Thank you very much . |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|