The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Ever since I changed my header template, my microstats admin only shows that I have one uncached template. I assume it's because of my header. How can I cache it?
My forum is at http://www.golfrewind.com |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
|||
|
|||
|
in global.php you'll see the code...
Code:
// templates to be included in every single page...
$globaltemplates = array_merge($globaltemplates, array(
// the really important ones
'header',
'footer',
'headinclude',
'phpinclude_start',
'phpinclude_end',
........
so that it looks something like Code:
// templates to be included in every single page...
$globaltemplates = array_merge($globaltemplates, array(
// the really important ones
'header',
'your_template',
'footer',
'headinclude',
'phpinclude_start',
'phpinclude_end',
....
|
|
#4
|
|||
|
|||
|
Thanks everyone. Problem has been fixed.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|