The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
In VB3.8, I was able to cache templates via plugins. For instance, if I add a new NAVTAB, I would be able to cache the template for it. However, using the same code for VB4, its still showing the template as uncached.
hook_location: cache_templates php code: $globaltemplates[] = 'media_NAVTAB'; Simple, not complicated. Yet my 'media_NAVTAB' template still remains listed as uncached. |
|
#2
|
||||
|
||||
|
Use $cache[] = 'media_NAVTAB'; instead
|
|
#3
|
|||
|
|||
|
Sweet... thanks...
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|