Quote:
Originally Posted by Carsten77
Hi Derek,
I just installed the new version and it works finde but 1 question.
i want to turn on the Toplist Cache in Forumhome, but when i activate it its in the middle an i want it after upcoming events what have i to do to realise it.
just found this in the plugins:
PHP Code:
if ($vbulletin->options['toplist_show_forumhome_images'] == 1)
{
$globaltemplates = array_merge($globaltemplates, array('Toplist_Forum_Home', 'Toplist_Sites_Code'));
}
????
any idea??
|
Edit the FORUMHOME template, and put <!-- Toplist --> right after the </if> for the upcoming events code.
Then, edit the plugin called Toplist Forum Home Addon.
Find:
PHP Code:
$find = '<!-- end logged-in users -->';
Replace With:
PHP Code:
$find = '<!-- Toplist -->';
Save the plugin.
Derek