The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Show Spiders Online on ForumHome Details »» | |||||||||||||||||||||||||
This one is a pretty easy hack to install. It shows any spiders that are indexing your site in the what's going on box on the forum home page. Please note. It will only show spiders as spiders and not as guests if it also shows them as spiders and not as guests on online.php.
This hack has been tested on 3.0.6 and 3.0.7. It's not hard to install, but it does have one drawback. If you have a portal page that shows online users, you will have to edit it yourself to incorporate the changes. Consider yourself warned. At this point, any problems reported are installation errors. If things don't work for you, make sure you have completed all the steps as written. As I have upgraded to 3.5, I am withdrawing support for this older version. All the bugs are gone and any issues are now installation errors. FAQ 1. I get this: [ARG:3 UNDEFINED] spiders on my portal page. As noted above, because of the large number of portals, you're on your own for integrating them into thie hack. 2. I get this: [ARG:3 UNDEFINED] spiders on other pages. 1. Make sure you have done all of the code changes correctly. 2. Make sure you have updated your style to use the modified templates. If not, that error will occor. German Translation provided by General. It can be found here: https://vborg.vbsupport.ru/showpost....&postcount=230 Here is the Advanced CMPS module that y'all have been clamoring for: https://vborg.vbsupport.ru/showthread.php?t=82339 Amy ------------- This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you. Show Your Support
|
Comments |
#62
|
||||
|
||||
Did you do the template edit on the WHOSONLINE template? Did you make sure to get the space in?
|
#63
|
||||
|
||||
Quote:
|
#64
|
||||
|
||||
Without seeing your site, I can't see what might be going on. The url you have listed in your profile comes up as not found.
|
#65
|
||||
|
||||
Profile updated.
|
#66
|
||||
|
||||
Ah. You have the problem on your index page. You are missing the template edit on the FORUMHOME template. I can't see your online.php page because that's disabled for guests.
Amy |
#67
|
|||
|
|||
Im not sure if you do, but if you have a portal you will need to make the same changes for the templates used for whatever module you have it showing. I believe the template is adv_portal_onlineusers.
Oh, and thanks for the great enhancement, Amy. Quick question, shouldnt MSNbot showup as a spider? |
#68
|
||||
|
||||
Quote:
|
#69
|
||||
|
||||
Actually, I just had the template edit wrong in the directions. Change that to use numspiders instead of numberspiders. I fixed the text file.
|
#70
|
||||
|
||||
Taking things a step further. If you want guest or guests(12), etc. to show on your list as well,
In index.php Find: Code:
$numberguest = $numberguest - $numberspiders; Code:
if ($numberguest > 0) { if ($numberguest > 1) { $loggedin['musername'] = "guests(".$numberguest.")" ; } else { $loggedin['musername'] = "guest"; } $loggedin['userid'] = 0; eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";'); } |
#71
|
||||
|
||||
Quote:
|
#72
|
|||
|
|||
Quote:
Actually I just noticed on the VBAdvanced page I now get Quote:
|
#73
|
|||
|
|||
All fixed now. The error mentioned above is gone Thank you once more for a great little mod
|
#74
|
|||
|
|||
mine keeps showing zero spiders
but i see google in my online users forums.webrats.com |
#75
|
|||
|
|||
Worked Great. Other then I have the Same Prob. where it says, 0 Spiders, but when you click current active users there is 4 online. *Click's Install*
|
#76
|
||||
|
||||
Let me make sure I didn't hose something in the directions when I did the last update. I am at work right now; so it will be a while before I can look into it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|