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 |
#212
|
|||
|
|||
from what I've seen, it'll be a change to the template adv_portal_onlineusers, which is currently:
Code:
<!-- Online Users Block --> <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <a href="$vboptions[bburl]/online.php?$session[sessionurl]">$vbphrase[active_users]</a>: $totalonline</strong></span> </td> </tr> <tr> <td class="alt2"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td> </tr> <tr> <td class="alt1"><span class="smallfont">$activeusers</span></td> </tr> <tr> <td class="alt2"><span class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></span></td> </tr> </table> <br /> <!-- End Online Users Block --> |
#213
|
||||
|
||||
Changing the template is enough to make it not show the error. But, it's not enough to make it show the spiders. I've been working on it, but for some reason on the portal page it thinks every guest is a spider.
|
#214
|
|||
|
|||
that's where I'm at too.. I'm probably just grasping at straws here.. could it be due to the changes that were made in your instructions to index.php ? Perhaps we could include these same changes in \forums\includes\vba_cmps_include_top.php
|
#215
|
||||
|
||||
Oz, I've been trying to incorporate the changes from index.php. I think the problem has something to do with getting the spiderstring from the datastore. But, I haven't had time to sit down and really see what's going on.
|
#216
|
||||
|
||||
For some reason I can't edit the phrase x_members_and_y_guests to use the third parameter.. I mean I can click edit, but after I do that, what do I do? My only options are inserting something into the English US translation box. Any ideas?
|
#217
|
||||
|
||||
I put it into the English US translation box and it works
|
#218
|
||||
|
||||
Quote:
|
#219
|
||||
|
||||
Oh and one more thing. I think I found a bug in the mod.
At current, it says... Quote:
Quote:
|
#220
|
||||
|
||||
Quote:
|
#221
|
||||
|
||||
Quote:
|
#222
|
||||
|
||||
Thanks, it's all fixed.
|
#223
|
|||
|
|||
I can't find this in the WHOSONLINE template
2="$numberguest" |
#224
|
||||
|
||||
Are you running vB 3.0.7?
|
#225
|
|||
|
|||
sure am
|
#226
|
||||
|
||||
Okay then look for the following code:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|