vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Show Spiders on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=119134)

Kirk Y 08-10-2006 09:37 PM

Didn't Kirby release a Plugin version of this for 3.5 in your 3.5 Spiders on Forumhome thread?

asj 08-12-2006 11:45 AM

thanks so much

Algren_San 08-14-2006 10:30 PM

Quote:

Originally Posted by acidburn0520
Didn't Kirby release a Plugin version of this for 3.5 in your 3.5 Spiders on Forumhome thread?

he did but it does not work on 3.6.x

Kirk Y 08-14-2006 11:17 PM

I realize that, I'm saying that it could most likely be adapted...

amykhar 08-15-2006 01:33 AM

If I recall correctly, it was only a plugin for part of the mod and not the full functionality.

Kirk Y 08-15-2006 01:39 AM

It still required a file edit, if that's what you mean -- but it was just an addition to the list of special templates pulled from the datastore.

JokeAss 08-15-2006 06:42 PM

Well, I am just a bit n00b... What's the diff between the vBulletin show spiders and this one? I believe both put into the users online thing?

Funboy 08-15-2006 09:29 PM

Hi,

nice hack which I have working fine within VB I do however have an error within my portal vBadvanced CMPS any idea what I need to change to correct the error below.

14 members and 5 guests and [ARG:3 UNDEFINED] spiders

I know you posted I have not included directions to use this with any portals. Do I take it we can't patch it across or is it just your not wishing to support portals which I can understand

thanks

rogersnm 08-16-2006 06:21 AM

you need to add a variable to the phrase. Like you did for the forumhome template.

rogersnm 08-16-2006 06:26 AM

Quote:

Originally Posted by Phaedrus
Mine is counting all wrong on the front page... It shows 1 Member too many Guests and no spiders when there is actually a totally different number when you look in Who's Online... Only the Who's online is accurate.

Not quit the same with me: Forum Home:
Quote:

24 members and 0 guests and 0 spiders
online.php:
Quote:

24 members and 234 guests and 0 spiders

Gsmmind 08-16-2006 02:28 PM

pls u can post screen shots u r shot is not clear.

rogersnm 08-16-2006 02:36 PM

/me uninstalls
It doesn't work on 3.6 gold.

Mudvayne 08-16-2006 03:50 PM

It does work fine for me.. & I'm using 3.6 Gold! U shud've update ur spider list from here!.. Newayz here is my screenshot!!

Forumhome:


Whois Online:


@ Funboy:
U have to edit ur adv_portal_onlineusers template..

Search for:
HTML Code:

<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td>
Replace with:
HTML Code:

<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase></span></td>
Note that, that 'll just show u X members, X guests and spiders..

@ JokeAss:
vB doesn't show spiders on forum home.. vB doesn't count spiders.. It just counts members & guests both in forumhome & whois online..

Funboy 08-17-2006 12:37 PM

Icy and rogersnm,

Many thanks ;)

I do however still have a problem as shown below. It now shows the word spider correctly but not the number next the spider?

Portal
2 members and 1 guests and spiders

Forum
Currently Active Users: 3 (2 members and 0 guests and 1 spiders)
Most users ever online was 119, 18-03-2006 at 06:57 PM.
Funboy, bumpernick, Yahoo! Slurp

rogersnm 08-17-2006 04:01 PM

There is one reason why that won't work. You did all the template edits in index.php to add the info needed to define the variable $numberspiders. You havn't changed the vBA file to define that that variable.

Brandon Sheley 08-17-2006 05:07 PM

Quote:

Originally Posted by rogersnm
[high]* rogersnm uninstalls[/high]
It doesn't work on 3.6 gold.

yes it does.. it works just fine ;)

ArabSQuad 08-20-2006 12:23 AM

CheerS !

* ArabSQuad Installs :)

Muellmann 08-20-2006 10:49 AM

That's great and I like this. So I can better imagine how Bots when visit my Board :) Installtime about 15 mins. and I learned something ;) Thank you!

Snake 08-25-2006 12:33 PM

Thanks for the 3.6 port! :)

HellBoy 08-25-2006 01:34 PM

Could anyone tell me where to find adv_portal_onlineusers? I've searched around in both the templates and phrases, yet I can't seem to find it.

Snake 08-25-2006 06:21 PM

Do a search in the templates. Ain't that hard. ;)

HellBoy 08-25-2006 08:15 PM

Quote:

Originally Posted by Snake
Do a search in the templates. Ain't that hard. ;)

I've already tried this, but either my search function or my brain is busted. When I do a Template Search, I get returned to the Style Manager without showing any results.

[EDIT: Apparently I don't have any adv_portal_onlineusers, as I got results showing up when I searched for "postbit".]

hotwheels 08-26-2006 04:52 AM

Thanks amy, this is such an awesome mod...

globalmoney 08-30-2006 01:36 PM

On 3.6.0 Released, works orderly?

amykhar 08-30-2006 01:44 PM

Yes, it does.

globalmoney 08-30-2006 01:44 PM

Ok, thank you. :)

rogersnm 08-30-2006 01:49 PM

Quote:

Originally Posted by amykhar
Yes, it does.

It doesn't for me. It messes up the count of guests and doesn't show any spiders.

amykhar 08-30-2006 02:33 PM

When the count is messed up, check the placement of your initialization code and your counting codes. If you put things in the wrong spot of a loop, the numbers can get out of whack.

Also make sure you haven't installed any other mods that may use the same variables.

I just reinstalled it on my forum with 3.6 released, and it's still working as written.

rogersnm 08-30-2006 02:45 PM

Ok, i'll try it again soon and get back to you. Have you updated the query to make it gold compatible?

amykhar 08-30-2006 03:41 PM

No, I didn't update the directions. All that really needs to be done in the query change is to add the session.useragent in there.

rogersnm 08-30-2006 03:48 PM

and the infractiongroupid

amykhar 08-30-2006 03:50 PM

No, what I mean is to change the existing query on whatever version you are using the mod on, simply get the session.useragent in there. ;)

revolver 08-31-2006 04:16 AM

Amy.

Just to let you know it's working great on my board too (I just installed it). I concur with the other member on the board who said it takes about 15 minutes.

Also for those wanting to know where the x_members_and_y_guests phrase is in your phrase manager. It's page 32/33 (unless you have more than that of course) of the GLOBAL phrasetype. It's the only part of the instructions that wasn't intuitive.

Well done Amy great hack.

amykhar 08-31-2006 11:36 AM

searching for the phrase title will bring it right up. :) You can search the phrase by title or the words in the phrase. It makes it easy to adjust any phrase

vwdforum 09-01-2006 04:01 PM

Installed on mine! Thanks very much its great

vwdforum 09-01-2006 05:02 PM

Just checked and this appears, in current users

[ARG:3 UNDEFINED] spiders

Any idea what it means and how to fix it?

Mal

amykhar 09-01-2006 05:03 PM

Make the template edits.

vwdforum 09-01-2006 05:05 PM

It was working fine, showing google and msn bot

Do you think its when a spider it does not recognises searches?

vwdforum 09-01-2006 05:20 PM

Having check again its only a problem on my homepage, not the forum page

I've done a search and found this on my home page vBadvanced CMPS in adv_portal_onlineusers

I've added 3="$numberspiders" below where I think it should go however it still shows the same. Any advice please

HTML Code:

<tr>
<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase></span></td>
        </tr>
        <tr>
                <td class="$altbgclass"><span class="smallfont">$activeusers</span></td>
        </tr>

        <tr>
                <td class="$bgclass"><span class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></span></td>
</tr>


TLove 09-07-2006 02:02 PM

Try this

Quote:

Originally Posted by Icy
U have to edit ur adv_portal_onlineusers template..

Search for:
HTML Code:

<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td>
Replace with:
HTML Code:

<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase></span></td>
Note that, that 'll just show u X members, X guests and spiders..



All times are GMT. The time now is 01:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01460 seconds
  • Memory Usage 1,820KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete