Quote:
Installation Instructions:
---------------------------------
In forumdisplay.php:
Find:
---------------------------------
'iconcache',
---------------------------------
BELOW it add:
---------------------------------
'forumstatscache',
----------------------------------------------------------------------------------------
If you want to save a file edit on upgrades, do the following INSTEAD of the above file edit:
----------------------------------------------------------------------------------------
In includes/config.php:
Find:
---------------------------------
$config['Mysqli']['ini_file'] = '';
---------------------------------
BELOW it add:
---------------------------------
// ****** SPECIALTEMPLATES *****
// Add any specialtemplates here for any products or mods that use the datastore, to save
// from re-doing file edits on an upgrade or re-install of vBulletin (until they give us a better
// way to do it, anyway). Thanks to KirbyDE for the how-to on doing this.
if(THIS_SCRIPT == 'forumdisplay')
{
global $specialtemplates;
$specialtemplates = array_merge($specialtemplates, array('forumstatscache'));
}
NOTE: You can also add any other specialtemplates from other hacks in here to save those file edits also.
|
ADDED !!!
but this mod doesn't works.