Quote:
Originally Posted by djohn
I have a question. How can i "cache" an "uncached" template without installing an update?
|
You need to know what templates are performing an extra query for their uncached name. You can do this with the latest version of this hack, it will take you 30 seconds to
upgrade it.
Once you know the name of the uncached templates, simply add it to $globaltemplates array, present at the top of each .php file in vBulletin.
So if in your index.php file, you have 2 unchached templates, look at the top of index.php file and find:
Code:
$globaltemplates = array(
'FORUMHOME',
...,
and add the end the template name you missed to add.
Cheers.
PS. Upgrade, is really easy the change.