vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Spiders Display on Forumhome and Who's Online for vb4 (https://vborg.vbsupport.ru/showthread.php?t=243460)

Boofo 11-23-2010 12:59 AM

Quote:

Originally Posted by Droptop (Post 2124841)
My bad Boofo, its not even your mod that was causing the problem. I thought the visitor's mod was yours. Sorry to have bothered you and thanks for trying to help me.

No problem. I think Paul did an update to the visitor's mod to fix the CSS issues with the forumhome in 4.0.8.

Idawg 11-27-2010 05:56 PM

So this works fine on 4.0.8 with CMS??

beatyourtruck 01-19-2011 02:01 AM

Just installed on 4.0.8 and it is perfect. Great mod...always wondered how many creepy critters were on my site. THANKS!

Deirdre 02-07-2011 08:31 PM

Works with 4.1.1 ♥

SweCastel 02-09-2011 09:41 AM

1 Attachment(s)
Thanks for this mod!
But, how can I remove the displaying of robots on the forumhome page?
I dont want the users to see what type of spiders who are visiting.

I DO want to display: "4 members and 10 guests, with 15 spiders"
But I do NOT want to display "Facebook Spiders (11), Windows Live SOEE Spider, Pingdom.com Bot Spiders (3) " etc...

Thanks
Daniel

iCafe 02-09-2011 10:58 AM

error on 4.1.2 beta

Code:

Warning: trim() expects parameter 1 to be string, array given in [path]/forum.php(653) : eval()'d code on line 28

your24hourstore 02-09-2011 11:58 AM

Quote:

Originally Posted by iCafe (Post 2160511)
error on 4.1.2 beta

Code:

Warning: trim() expects parameter 1 to be string, array given in [path]/forum.php(653) : eval()'d code on line 28

lol you really cant expect support for beta versions

Boofo 02-09-2011 03:07 PM

As I do not have 4.1.2 beta installed, I can't test anything. Once 4.1.2 final gets released, I will look into it further. If trim is giving that error, I would venture to say that the vb team screwed something up again on the update. In the meantime, you could try replacing this:

Code:

$activeusers = trim($activeusers, ', ');

with this:

Code:

$activeusers = substr($activeusers, 2);

to see if that fixes it for now.

iCafe 02-10-2011 05:49 AM

Quote:

Originally Posted by Boofo (Post 2160585)
As I do not have 4.1.2 beta installed, I can't test anything. Once 4.1.2 final gets released, I will look into it further. If trim is giving that error, I would venture to say that the vb team screwed something up again on the update. In the meantime, you could try replacing this:

Code:

$activeusers = trim($activeusers, ', ');

with this:

Code:

$activeusers = substr($activeusers, 2);

to see if that fixes it for now.

it don't fix.

see http://tracker.vbulletin.com/browse/VBIV-10457

katim110 02-16-2011 07:18 PM

installed 4.1.2. there is een prob...
You cant see the nicknames on the online list. when i turn off this script, user names appears again.


All times are GMT. The time now is 11:59 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.01301 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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