Version: 1.00, by amykhar
Developer Last Online: Nov 2013
Version: 3.5.3
Rating:
Released: 07-02-2005
Last Update: 02-02-2006
Installs: 125
Template Edits
Code Changes
No support by the author.
This is a port of my 3.0.x modification. It shows, on your forumhome page, any spiders that are present (ones that show as a spider on your who's online page)
NOTE: If you are using a portal that shows who's online, this mod will mess up your portal. As of this date, I do not know of any working portals for 3.5 and I do not have the code to fix portals.
Please understand what this mod does before you start crying that it doesn't work. This mod will show any spiders who show up as a spider on who's online as a spider on the forumhome page. It will NOT show a spider who shows up as a guest on who's online as a spider. It does not add additional spiders to the list either.
PLEASE DO NOT INSTALL THIS IF YOU ARE UNABLE TO ADJUST YOUR OWN PORTAL TEMPLATES SO THAT THE PHRASE DOES NOT CONTAIN AN ERROR.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I have an idea on how to use displaying spiders to enhance the atmosphere on my site, and I think it would be relatively easy to do and hope someone will point me in the right direction. I have a role-playing forum based on dungeons and dragons and would love to display the spiders as creatures found in my forums setting. For example: Instead of displaying Yahoo Slurp (8) when there are 8 Yahoo spiders I would like it to display Tundra Yeti (8), and a Googlebot could be displayed as White Dragon, etc.
These bots are going to be visitng anyways so why not take advantage of it to enhance the atmosphere
I can code anything in php and have done so on my phpbb forum, but I am just learning how vBulletin 3.5 works so this will be a good learning opportunity for me as well. Thanks in advance.
You would have to change the names of the bots in the spiders_vbulletin.xml file.
PHP Code:
<spider ident="METATAG INFO">
<name>SpiderName of Your Desire</name>
</spider>
That worked well for the forum home page, it displays for example Tundra Yeti, but on the Who Is Online page it shows: Tundra Yeti spider. How would I remove the 'spider' word? I searched the phrases for spider and none is found except for the plural 'spiders'. Thanks again.
That worked well for the forum home page, it displays for example Tundra Yeti, but on the Who Is Online page it shows: Tundra Yeti spider. How would I remove the 'spider' word? I searched the phrases for spider and none is found except for the plural 'spiders'. Thanks again.
Search for x_spider_searchspider. That should be the one.
Search for x_spider_searchspider. That should be the one.
That's it, thanks.
I didn't mean to "take over" this thread, but it does give users a way to take advantage of Spiders showing up. They can change the names to what ever they choose to enhance their sites atmosphere.
I've tweaked the install instructions to use the version I use that saves the added query. If you are the first to install this using the new directions, please let me know if there are any problems with the instructions.