Quote:
Originally Posted by Phalynx
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>
|
I know how to cache the templates I was just letting you know it was missing.
For anybody who is interested I went ahead and released my arcade high scorer points addon.