Back to vBulletin 3.0 Add-Ons

My Spiders Online Hack Working With CMPS
Mod Version: 1.00, by amykhar

This modification is in the archives.
vB Version: Rating: (1 vote - 5.00 average) Installs: 10
Released: 01 Jun 2005 Last Update: 01 Jun 2005 Downloads: 10
Not Supported  

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'
Add After:
Code:
,'wol_spiders'
Then, upload this revised onlineusers.php to your modules directory.

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>
Replace with:
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

vblts.ru supports vBulletin®, 2022-2024