can we get the cache templates fixed?
Also I have an blank drop down... do I have to put custom forums?
ok I created a new plugin
Hook location: Cache_templates
Title: Chang - Advanced Top - Cache Templates
Execution Order: 5
PHP Code:
PHP Code:
$globaltemplates = array_merge($globaltemplates, array('changuondyu_advancedtop', 'changuondyu_alltop', 'changuondyu_choosekq', 'changuondyu_chooseview', 'changuondyu_latestpost', 'changuondyu_latestpostinforum', 'changuondyu_latestpost_bit', 'changuondyu_mostpopular', 'changuondyu_mostview', 'changuondyu_newestmember', 'changuondyu_topposter', 'changuondyu_topthank'));
How can I make it so it will only cache them if the hack in enabled?
Answered my own question and added this code to all plugin's
PHP Code:
if ($vbulletin->options['top_turn'])
{###PUT ORIGINAL CODE HERE###
}