My Spiders Online Hack Working With CMPS
This modification is in the archives.
Finally! :whew: This is the portal integration with this hack:
Show Spiders Online on ForumHome Forgive me for this, but I'm just going to upload the modified module code and post the one line change you need to make in global.php. I think that will make it easier for all of us. In global.php Find (the special templates array in the CMPS section: Code:
$specialtemplates = array_merge($specialtemplates, array( 'adv_modules', 'adv_portal_opts', 'attachmentcache', 'bbcodecache', 'birthdaycache', 'eventcache', 'iconcache', 'maxloggedin', 'smiliecache', 'userstats' Code:
,'wol_spiders' Finally, make the following change to your adv_portal_onlineusers template: Find: Code:
<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase> Code:
<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase> I believe this will work on your portal home page even if you do not have my original hack installed. Download This modification is archived and cannot be downloaded. |
Similar Mods
Forum Display Enhancements Remove Spiders from Who's Online | vBulletin 3.6 Add-ons |