Quote:
Originally Posted by Ideal Web Tech
Hmm not according to the product file I have here for it...
It has everything in it but the template cache and vbulletin.org doesnt show the download having been updated since the last time I downloaded it.
|
You did not mention that you mean caching the template.
Just add this plugin to the XML:
PHP Code:
<plugin active="1" executionorder="5">
<title>vBExperience (cache_templates)</title>
<hookname>cache_templates</hookname>
<phpcode><![CDATA[
if ($vbulletin->options['xperience_enabled']) {
$globaltemplates = array_merge($globaltemplates, array(
'xpcdp_profile'
));
}
]]></phpcode>
</plugin>