PDA

View Full Version : Add-On Releases - Spiders Display on Forumhome and Who's Online for vb4


Pages : [1] 2

Boofo
05-27-2010, 10:00 PM
Spider Display for vB 4
Version 1.1.3
(By Boofo)

What does this product do?
This product will display the number of spiders on Forumhome and Who's Online. It will also add the count behind the spider name on Forumhome if there is more than one of a certain spider [ i.e. Google (3) ].

Credits:
A big thank you goes out to Adrian for helping me come up with the fix for this for vB 4.1.2, and straightening me out on keys in an array. Also, thanks to Paul M and Mosh for the comma fix for 4.1.8. Another thanks goes out to Mosh for the image file as well as making the mod work with all versions of vB 4. And yet another thank you goes out to HMBeaty for helping me find the fix for vB 4.1.10 and testing it thoroughly.

Version Information:
Version 1.0.0 --Initial release for vB 4
Version 1.0.1 --The count variable was wrong for the spider plural convention. Thanks goes out to Mosh for catching it. Also, the spiders_vbulletin.xml file has been updated to a more recent version, and the link for it below has been changed to another site that is keeping it up to date better than the original spiders list.
Version 1.0.2 --Fixed double comma issue with vB 4.0.5 in IE8.
Version 1.0.3 --Fixed issue with spiders displaying in a vertical listing in some browsers. The phrase ",with 0 spiders" will no longer show when there are no spider names listed.
Version 1.0.4 --Fixed to work with vB 4.1.2. Also, the "spiders_vbulletin.xml" file has been updated to the latest version as of February 15, 2011. => vBulletin 4.1.2 only
Version 1.0.5 --Added a setting to change the color of the spider name in the listing. Added a setting for Allowed Usergroups who can view spiders in the listing. Added a "View Map" link that will show up behind the spider count (or guest count if no spiders are currently on the site) on both the Forumhome and Who's Online. This link will only be visible if you have the "Digital Point User Map" mod installed. The spiders_vbulletin.xml file has also been updated to the latest version as of February 25, 2011. => vBulletin 4.1.2 only
Version 1.0.6 --Removed font color setting and added Style Variable setting for the Spider Display Font Color, so it can be set for each style separately. Set the dependency minversion to 4.1.2 in the xml file so there would be no improper version installs anymore. The spiders_vbulletin.xml file has also been updated to the latest version as of March 15, 2011. => vBulletin 4.1.2 only
Version 1.0.7 --Now fully phrased, as requested. => vBulletin 4.1.2 only
Version 1.0.8 --Should now work with all versions of vB 4, from 4.0.0 and up, including 4.1.8. Added a spider image to show before each spider, if the setting is enabled. It is off by default. The "spiders_vbulletin.xml" file has been updated to the latest version as of November 29, 2011.
Version 1.0.9 --Added a white spider icon image to go with styles that are dark. A setting has been added to choose what color image (black or white) you want to display before each spider name in the listing. The "spiders_vbulletin.xml" file has been updated to the latest version as of January 1, 2012.
Version 1.1.0 --Removed setting to choose the color of the spider icon and replaced it with a new style variable for the path to what spider image you wish to display for each style.
Version 1.1.1 --Added a setting to set the vertical alignment of the Spider Image. Added some more spider images.
Version 1.1.2 --Fixed to work on vB 4.1.10.
version 1.1.3 --Fixed to work with DragonByte Tech InfoPanels version 2.04 and above only.

NOTE: The word "Spider" or "Spiders" will no longer show up after each spider name listed in the activeusers listing on the Forumhome.

Installation overview:
----------------------------
1 Product XML (6 Plugins, 15 Phrases, 3 Settings, 2 Style Variables)
1 spiders_vbulletin.xml (located in the upload/includes/xml directory of this product ZIP file)
6 Spider Image files (located in the upload/images/misc directory of this product ZIP file)

Installation Instructions:
----------------------------
1. Upload the spider image files to the forums/images/misc directory on your site.

2. Upload spiders_vbulletin.xml to the forums/includes/xml directory on your site.

NOTE: Go to the following link for spiders_vbulletin.xml updates: http://www.wolfshead-solutions.com/spiders-list

3. Go to 'Admin CP -> Settings -> Options -> Who's Online Options -> Enable Spider Display' and make sure it is set to 'Yes'

4. Go to your Admin CP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button, and locate the 'product-boofo_spiderdisplay.xml' file on your computer

5. Go to your Admin CP -> vBulletin Options -> 'Spiders Display on Forumhome and Who's Online' and set the following options:
Spiders Display : Allowed Usergroups: These usergroups can view the Spiders Display on Forumhome. (Default is: '0' - All Usergroups)
Spiders Display : Show Spider Icon: Show Spider Icon to the left of each spider? (Default is: '1' - Yes)
Spiders Display : Spider Icon Vertical Position: Set the vertical-align property of the Spider Image. (Default is: 'bottom')

6. Style Variables:
Go to your Admin CP -> Styles & Templates -> Style Manager -> Style Variable Editor -> Click Go Button -> Boofo -> boofo_spiders_color
Enter the color code of the font color that you want the spiders to show up in.
Go to your Admin CP -> Styles & Templates -> Style Manager -> Style Variable Editor -> Click Go Button -> Boofo -> boofo_spiders_icon_image
This is your spiders display icon image. Set to the path of the spiders display icon image you want to use.

NOTE: You will need to do this for all styles.
-----------------------------------------------------

Done!
Enjoy!


if ($mark_as_installed != 'clicked')
{
$you_get = 'squat';
}
else
{
$you_get = 'support';
}

Xencored
05-28-2010, 11:07 AM
Thanks matey :)

Mosh
05-28-2010, 11:51 AM
Hey Bob,

Thanks for the hack, I will use this over the other one I was using :)

One problem though, on the forumhome page when the number of spiders is greater than 1, it still displays "spider" rather than "spiders" (see attached screenshot).

Oh, one other thing, you may want to use my new spider list service to grab your spiders, as my list has more spiders on it, and it is more current (link in my signature) ;)

Mosh.

PS: I also added your hack as a recommended hack to display spiders in my spider list FAQ ;)

Boofo
05-28-2010, 12:05 PM
Problem fixed and new version uploaded. Thanks, Mosh, for catching it. ;)

Mosh
05-28-2010, 01:16 PM
All working fine now, thanks for getting out an update so fast :)

Boofo
05-28-2010, 01:32 PM
And, again, thank you for catching it, sir. ;)

Reycer
05-28-2010, 04:00 PM
ok, looks good, but it's counting all of my guests as spiders. I resolved their IP's and that's how I found out it was doing that.

your24hourstore
05-29-2010, 03:33 PM
ok, looks good, but it's counting all of my guests as spiders. I resolved their IP's and that's how I found out it was doing that.

me too just tested it. im sure he can fix that though :>

im interested to see how many new spiders in wolfs list :>

Boofo
05-29-2010, 03:56 PM
harleyparts, I'm not sure what you mean. It works fine for me and the others who have tested it. Have you tried resolving the IP to see what the ident string is saying? If so, then please PM me and I will see what is happening in your situation.

your24hourstore
05-29-2010, 04:46 PM
i just installed it and then i went to twitter and posted a bunch of links to my site i was flooded with spiders but all came up as guest 56 spiders 0

but i know they are spiders. had two guests on when i did it

i will reinstall it
heres what it says right now
There are currently 36 users online. 1 members and 35 guests, with 0 spiders

Most users ever online was 94, 05-22-2010 at 07:58 PM.

Boofo
05-29-2010, 05:02 PM
Did you resolve the user agent on the who's online to see for sure if they weren't spiders? What did the who's online show? They should match up.

Also, PM me somewhere I can send a test fix and we'll see if this catches it if they donlt match up.

your24hourstore
05-29-2010, 06:35 PM
have you ever done what i said, goto twitter and unm, put a Bunch of links to your site threads in as tweets?

usually a flood of spiders will hit your site I have never resolved them to see who they are, i just use it to test the spider mod in whats going on, i used to use another one.

but i just made this new site, and i installed yours. thanks by the way.

the only reason i said it wasn't working is that other guy said his wasn't so i flooded twitter, and here they came. but all showed up as guests. heck i dunno they may not be spiders LOL

I just always thought they were, the other mod i used to use always showed them as spiders.

i guess i will do it again and see if i can find out who they are.

your24hourstore
05-29-2010, 06:46 PM
heres screen of them little devils oh wow

it just started showing them thats strange...but hey maybe it was just guests showing up when i tweeted that

they are differently showing up as spiders BRO good job and thanks. already rated it MOTM and great

added: now that i see yours working i realize the other mod wasn't showing guests it was showing them as spiders..LOL

Boofo
05-29-2010, 07:02 PM
I don't have a twitter account and have no desire to have one, to be honest. Not my thing, I guess.

As far as going there and posting links, I would venture to say what you saw earlier is ACTUAL people linking back to the site from the twitter post. Spiders are quick, but they don't act that fast usually. I added some jokes to my site earlier, as I knew it would draw some spiders. I was trying to test the hack after your post. I got a Google spider about 30 minutes later, which is on par.

The best way to test it is compare the amount of spiders on the forumhome and the who's online. If that matches up, then everything is working right. I don't add any code to the who's online as that is all vb doing the spiders there. I just add the total count. But I do add code for pulling the spiders on the forumhome as well as the total count. I have been using this product since way back in 3.5 and it hasn't failed me yet. ;)

Reycer
06-01-2010, 06:13 PM
I don't have a twitter account and have no desire to have one, to be honest. Not my thing, I guess.

As far as going there and posting links, I would venture to say what you saw earlier is ACTUAL people linking back to the site from the twitter post. Spiders are quick, but they don't act that fast usually. I added some jokes to my site earlier, as I knew it would draw some spiders. I was trying to test the hack after your post. I got a Google spider about 30 minutes later, which is on par.

The best way to test it is compare the amount of spiders on the forumhome and the who's online. If that matches up, then everything is working right. I don't add any code to the who's online as that is all vb doing the spiders there. I just add the total count. But I do add code for pulling the spiders on the forumhome as well as the total count. I have been using this product since way back in 3.5 and it hasn't failed me yet. ;)

I've installed this now on 2 forums, on one forum it shows no spiders and on the other forum is shows everyone but the members as spiders. weird.

Boofo
06-01-2010, 07:01 PM
You must have something interfering with it then as there should be no way that is happening. I would check the other plugins and see which one is causing the issues. No one else has reported this other than harleyparts and his issue was resolved on his end.

On the forums where you see nothing but spiders, resolve the IPs and let me see what they say. You also have to remember, not all spiders will show up as spiders as some of them have not been added to the spiders_vbulletin file yet. That is why we resolve the IPs so we can see the ident string and add those that are spiders to the spiders file.

Dark_Wizard
06-06-2010, 04:37 PM
Installed....nice mod Boofo.

Boofo
06-06-2010, 04:48 PM
Thank you, sir. It's been a while. How have you been? ;)

Dark_Wizard
06-06-2010, 04:58 PM
Thank you, sir. It's been a while. How have you been? ;)

Well here is the skinny, moved to North Carolina 3 years ago after a Heart Attack and Open Heart Surgery only to have another Heart attack earlier this past May...other than that not bad. :p

Boofo
06-06-2010, 05:18 PM
Well here is the skinny, moved to North Carolina 3 years ago after a Heart Attack and Open Heart Surgery only to have another Heart attack earlier this past May...other than that not bad. :p
Ouch! Sorry to hear that. Hope things get better for you real soon. Getting older sucks, huh? ;)

docvader
06-06-2010, 05:39 PM
Wizard, you were born a day before me. You're too young for all of that stuff. Feel better man.

Ken Sanders
06-06-2010, 07:10 PM
Thanks for the mod. Works great

Dark_Wizard
06-06-2010, 08:13 PM
Ouch! Sorry to hear that. Hope things get better for you real soon. Getting older sucks, huh? ;)

Thanks. Yes, getting older sucks royal arse!

Wizard, you were born a day before me. You're too young for all of that stuff. Feel better man.

I am pre-disposed by both sides of the family with Cholesterol/Heart Disease problems. Doctors have changed meds around big time. Thank god my heart is strong and I suffered no damage. Thanks!

Boofo
06-06-2010, 08:23 PM
Well, hang in there. With a name like Bob, we are bound you be harder to kill. ;)

gOOvER
06-07-2010, 05:42 AM
Thanks for this great addon. I would welcome the opportunity to remove the epithet "Spider" from the Who's Online list, if a spider is online.

e.g. Google Spider will be displayed as Google.

Boofo
06-07-2010, 06:23 AM
The who's online listing is all vb. This product only handles the spider count on the who's online page, as well as the count and spider listing on the forumhome.

princeedward
06-12-2010, 04:45 AM
Installed-Nominated-Rated Excellent!
;)

China-Rising
06-13-2010, 11:13 PM
works great. Thanks.

Boofo
06-14-2010, 01:22 AM
works great. Thanks.
A better thank you is to click install.

KURTZ
06-22-2010, 06:17 PM
Bobby just a Q: is this spiders file more updated than Dream's?

Boofo
06-22-2010, 08:47 PM
If you mean the link if the first post, then, yes, it is. Dream is no longer doing the spider list. It has now been officially passed on to Mosh (the link in the first post).

KURTZ
06-23-2010, 08:11 AM
If you mean the link if the first post, then, yes, it is. Dream is no longer doing the spider list. It has now been officially passed on to Mosh (the link in the first post).

OK, thanks for the tip ;)

vicelover
06-23-2010, 11:02 AM
Boofo, I am sorry for late to Rate and Mark as installed your this wonderful mod. (*^__^*)

PS: Rate 5 stars

Boofo
06-23-2010, 01:04 PM
Better late than never. ;)

Thank you for the nice words.

jmw
07-27-2010, 02:58 PM
Does this work with 3.8.x? If not, anybody knows of a similar hack that does?

Boofo
07-27-2010, 04:26 PM
Yes, it should. But, if not, PM me and we can fix you up.

TheLastSuperman
08-16-2010, 07:49 PM
* TheLastSuperman finally marks as installed... almost forgot :p

Thanks for this Boofo! - Quite handy imo

Edit: And special thanks to Mosh for the new huge spider list if he ever reads this ;)

balkanboy
08-17-2010, 06:54 AM
why are the spiders listing down wards.....

Mosh
08-17-2010, 07:57 AM
Edit: And special thanks to Mosh for the new huge spider list if he ever reads this ;)
I have read this, you are most welcome :)

Boofo
08-17-2010, 03:24 PM
why are the spiders listing down wards.....
What are you referring to?

nirvana43
08-23-2010, 10:54 AM
Installed but its not displaying any spiders on my forum. I also downloaded latest spiders xml but it still not displaying anything.
Nice hack by the way :)

Boofo
08-23-2010, 11:09 AM
Are you sure they are spiders?

balkanboy
08-25-2010, 04:15 AM
any reason why its showing up like this for me

balkanboy
08-26-2010, 01:53 AM
thanks for the update fixed my issue

TheLastSuperman
08-26-2010, 04:26 AM
Good idea to not show "Spiders" if none are on!

* TheLastSuperman Re-installs ;)

MichaelDance
09-22-2010, 09:46 PM
wont work for me, im on 4.0.7

Boofo
09-22-2010, 09:55 PM
wont work for me, im on 4.0.7

Works fine for me on 4.0.7.

OldSchoolDSL
10-29-2010, 02:00 AM
Working flawlessly on 4.0.8

(Thank you)

Taurus1
10-31-2010, 03:31 AM
Works great thank you.

Is it possible to get rid of the comma in front, as seen on attached screenshot please?

123260

Boofo
10-31-2010, 03:48 AM
Works great thank you.

Is it possible to get rid of the comma in front, as seen on attached screenshot please?

123260

There should be no comma there with this mod. Are you sure you are not running the other one?

Taurus1
10-31-2010, 07:07 AM
I am using another mod that splits the online users into different groups. But the spiders online only showed up after I installed your mod. So I am not sure if the other mod is causing it.

Boofo
10-31-2010, 07:18 AM
It must be the other mod doing it as I have the leading comma (when there are only Spiders online) taken care of in this mod. Try disabling the other mod and see if it shows up then.

Droptop
11-22-2010, 01:31 PM
Hello, I am having alignment issues on my forumhome page since upgading to 4.0.8 pl2. There is no more borders and the display is all jumbled together. Any idea what could be wrong?

I also have your site life status installed and used the fix there to correct the alignment problem. Thanks

Boofo
11-22-2010, 02:20 PM
If you disable this mod are the issues still there?

Droptop
11-22-2010, 02:34 PM
If you disable this mod are the issues still there?

No, the issue is only with this mod on the forumhome. Everything else is aligned properly

Boofo
11-22-2010, 02:48 PM
Since this only adds to a phrase, there shouldn't be any alignment issues with this at all. Are you using the default skin?

Droptop
11-22-2010, 03:04 PM
No, I am using a custom skin. But even on my default skin it is misaligned, this is a screenshot from the default skin.

Brandon Sheley
11-22-2010, 03:17 PM
thanks for the mod
/me clicked install

Boofo
11-22-2010, 03:17 PM
No, I am using a custom skin. But even on my default skin it is misaligned, this is a screenshot from the default skin.

It looks like you have another mod messing with the alignment. The visitors mod maybe?

Droptop
11-23-2010, 12:45 AM
It looks like you have another mod messing with the alignment. The visitors mod maybe?

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.

Boofo
11-23-2010, 12:59 AM
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
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

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
error on 4.1.2 beta

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:

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


with this:

$activeusers = substr($activeusers, 2);


to see if that fixes it for now.

iCafe
02-10-2011, 05:49 AM
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:

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


with this:

$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.

Boofo
02-16-2011, 07:43 PM
Yes, that is the same problem that iCafe reported. They changed the forumhome_loggedin script in some way. I don't have 4.1.2 installed yet. When I do, I will get a fix for this.

Fungsten
02-16-2011, 08:48 PM
Yes, that is the same problem that iCafe reported. They changed the forumhome_loggedin script in some way. I don't have 4.1.2 installed yet. When I do, I will get a fix for this, unless someone else comes up with on in the meantime.

I got the same issue too. They only display when the addon is turned off.

Boofo
02-16-2011, 09:04 PM
Like I said guys, until I upgrade I can't supply a fix. I will try to do that this weekend. What I need to know is what they are using in place of what they have changed. Maybe I can offer some suggestions.

Gemma
02-16-2011, 09:15 PM
Does this help you Boofo?

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

Boofo
02-16-2011, 09:29 PM
Not really. I looked at that when this was first reported. All this mod does is add the spiders to the end of the activusers line. Now that they have changed it, I'm not sure how you would do it the same way. I'm sure there is a way around it, but until I get the new version installed, I can't test anything. Let's show for this weekend on me installing it ans fixing this.

pdtan
02-17-2011, 04:26 PM
$activusers become an array in vb4.1.2

andryus
02-17-2011, 04:30 PM
i got this error on 4.1.2:

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

How i can solve it?

OldSchoolDSL
02-19-2011, 04:43 PM
i got this error on 4.1.2:

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

How i can solve it?

Got the same issue on 4.1.1, but only when I upgraded my copy of PHP to 5.3.3 (down graded PHP solved this, to confirm)

It was a nice mod, but I can live without it.

Un-installed :(

sweetguy2004
02-21-2011, 05:36 AM
when it will be fixed?? please fix it soon.

KURTZ
02-21-2011, 11:58 AM
hi Bob need a fix ... :)

http://www.vbulletin.com/forum/showthread.php/373940-after-upgrading-to-4.1.2

sweetguy2004
02-21-2011, 07:11 PM
installed ;) thanks bofo

China-Rising
02-21-2011, 08:51 PM
Installed the update and it's working perfectly once again.

Thanks Bofo:)

Krusty1231
02-21-2011, 09:56 PM
I installed it too.....works great.....I had no idea that there were so many spiders on my site....thanks for this!

your24hourstore
02-21-2011, 10:22 PM
that's the ticket thanks BOB my spiders are showing again

Droptop
02-22-2011, 01:33 AM
Working great again, thanks for the fix Boofo :cool:

iCafe
02-22-2011, 04:01 AM
thanks for the fix Boofo

Mikevet1984
02-22-2011, 05:51 AM
Thank you, very much! Works great....:)

katim110
02-22-2011, 07:57 AM
thanksssssssssssssssssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssss ssssssssssssssssssssssssssssssssssssssssssssssssss ssss

ComoEstaEso-com
02-23-2011, 11:51 PM
Installed 4.1.2
Marked as Installed, vote 5
Thank you for your work!! :)

morpheus302
02-26-2011, 07:57 AM
Please update non 4.1.2 version. Thanks

KissOfDeath
02-26-2011, 07:58 AM
Nice update thanks

Boofo
02-26-2011, 08:12 AM
Please update non 4.1.2 version. Thanks
The pre-4.1.2 version doesn't need any updating. It works fine as is. I won't be adding anymore to that version as I am now on 4.1.2 and that version won't work on 4.1.2.

China-Rising
02-26-2011, 08:20 AM
Nice update.

Thanks:)

BadgerDog
02-26-2011, 09:18 AM
Caution ....

Before you upgrade, make sure you keep your older version handy ..

Updated to v1.05 and it hung our site. Only thing members saw was a blank white screen and the word "done" on their browser screens. :eek:

It was working fine with previous v1.03. We never bothered to upgrade to v1.04 since the only change was support for vb4.1 and we're running vbulletin 4.04pl1.

We re-installed v1.03 again and the site recovered and seems to be working fine again, with the exception of some residual garbage left over where it shows the user names logged in (see pic). It's showing extraneous information about spider names and counts, that never showed before under v1.03, so I assume that's left over from the brief encounter with v1.05. I hope it goes away when the sessions drop? Anyone know how to force clear this field to restart to clear it now?

Thanks anyway for the update. It might be a conflict with another mod we use and v1.05, but if so, it never existed with v1.03.

Regards,
Doug

Edit: Can't get the extraneous junk continuing to be displayed (see pic) after the aborted v1.05 update discussed above. I can make it go away by disabling the re-installed v1.03 of this mod, so I've turned it off for now until someone can help us with permanently getting rid of it. It actually seems to be updating with the spider data, even though v1.05 was overwritten with v1.03 to recover our site after v1.05 took it down. Should I completely uninstall v1.03 and re-install it.. or, put v1.05 back and uninstall it completely, then re-install v1.03?

Boofo
02-26-2011, 12:11 PM
The new version is for 4.1.2 and above only. Look at the file name.

BadgerDog
02-26-2011, 12:40 PM
Sorry, my apologies ..

I simply read your update instructions and revision information posted in header here, which say "vB Version: 4.0.x ... Spider Display for vB 4 Version 1.0.5"....

I didn't understand 1.05 or 1.04 to be mutually exclusive and version specific, rather simply it added additional support for vb4.1 ...

Perhaps a bold statement in the top post info to this fact might help others avoid the same miss-step?

Anyway, through my own mistake, now I have some kind data pollution in the members on-line listing that keeps showing spiders and updating, even though I'm back at 1.03. I assume it's picking up the data from someplace and I can't get it to clear, except by disabling or un-installing 1.03.

I did try try complete installs and uninstalls of both 1.03 and 1.05, neither of which made the extraneous data go away.

Can you help at all?

Regards,
Doug

synseal
02-26-2011, 02:32 PM
I dont know if vbseo is conflicting with this or some other modification but everytime I install this mod I get this error and the forum page wont load, just a white page.


Fatal error: [] operator not supported for strings in /home/deleted/public_html/forum.php(656) : eval()'d code on line 31

BadgerDog
02-26-2011, 02:49 PM
I dont know if vbseo is conflicting with this or some other modification but everytime I install this mod I get this error and the forum page wont load, just a white page.


Fatal error: [] operator not supported for strings in /home/deleted/public_html/forum.php(656) : eval()'d code on line 31

As outlined above, our forums go blank like this, but apparently it's due to 1.04 and 1.05 not being compatible with vBulletin 4.0.0.

What version of vBulletin are you trying to install it on?

Regards,
Doug

KissOfDeath
02-26-2011, 04:39 PM
I dont know if vbseo is conflicting with this or some other modification but everytime I install this mod I get this error and the forum page wont load, just a white page.


Fatal error: [] operator not supported for strings in /home/deleted/public_html/forum.php(656) : eval()'d code on line 31

I have vbseo (3.5.2) installed on mine and this mod isn't causing me any problems

Boofo
02-26-2011, 04:46 PM
I have vbseo (3.5.2) installed on mine and this mod isn't causing me any problems

You're running vb 4.1.2, correct?

Cybeth
02-26-2011, 05:07 PM
vB 4.1.2 and vBSEO 3.5.2 no Problem

synseal
02-26-2011, 06:52 PM
My apologies, I dont usually miss instructions but did this time :o

Working fine now thanks :D.

KissOfDeath
02-26-2011, 06:52 PM
You're running vb 4.1.2, correct?

correct

jack150464
02-26-2011, 08:24 PM
I tried to install this upgrade and give me this error, I have the version 4.1.2 that could be?

Fatal error: [] operator not supported for strings in /home/deleted/public_html/forum.php(656) : eval()'d code on line 31

Boofo
02-26-2011, 09:18 PM
Spiders_Display_on_FORUMHOME_vb4.1.2.zip => vBulletin 4.1.2 ONLY!

jack150464
02-26-2011, 10:14 PM
I have version 4.1.2 vbulletin and gives me the error, I did everything according to the instructions, which can be and how to solve?

Boofo
02-26-2011, 10:28 PM
Uninstall it and try re-installing it.

jack150464
02-26-2011, 10:36 PM
uninstalled it and went back to install and continues to give me this error mentioned below.

Fatal error: [] operator not supported for strings in /home/********/public_html/forum.php(653) : eval()'d code on line 84

Boofo
02-26-2011, 10:54 PM
Then you are not running vbulletin 4.1.2.

jack150464
02-26-2011, 11:43 PM
You can see here www.netpiratas.com

your24hourstore
02-26-2011, 11:49 PM
must be conflict somewhere , but works fine on 4.1.2 for me on all aspects
i would start disabling mods, to check whats what

your24hourstore
02-26-2011, 11:55 PM
I tried to install this upgrade and give me this error, I have the version 4.1.2 that could be?

Fatal error: [] operator not supported for strings in /home/deleted/public_html/forum.php(656) : eval()'d code on line 31pm this guy he had same problem and it was his install mistake ask him what he did to fix it
#97 this is posted like 3 posts above yours . people need to read the threads not just post
(https://vborg.vbsupport.ru/showpost.php?p=2167124&postcount=97)

Boofo
02-27-2011, 12:09 AM
You can see here www.netpiratas.com

I see no Fatal error there at all. And Dave is right, it works fine on 4.1.2. He ought to know as he tested it throughly before it was released.

You have something somewhere messing with it somehow. Have you tried it on the default skin?

The only thing that has changed is the activeusers is now in an array with 4.1.2. The rest of the code, sans the settings, is the same code that worked for pre-4.1.2.

BadgerDog
02-27-2011, 09:21 AM
Can anyone help us with clearing the extraneous entries that now show information about spider names and counts left over from the aborted brief encounter installing v1.05, discussed in our previous two posts? Where do we reset something to remove these as they now appear in v1.03?

Post 94 (https://vborg.vbsupport.ru/showpost.php?p=2167064&postcount=94)

Post 96 (https://vborg.vbsupport.ru/showpost.php?p=2167096&postcount=96)

Appreciate any feedback from programmers ...

Thanks .. :)

Regards,
Doug

iyama
02-27-2011, 09:39 AM
I want to changed the text in who's online:
with 2 spiders i want to make with 2 search bots

Where can i changed that?

Boofo
02-27-2011, 09:43 AM
Can anyone help us with clearing the extraneous entries that now show information about spider names and counts left over from the aborted brief encounter installing v1.05, discussed in our previous two posts? Where do we reset something to remove these as they now appear in v1.03?

Post 94 (https://vborg.vbsupport.ru/showpost.php?p=2167064&postcount=94)

Post 96 (https://vborg.vbsupport.ru/showpost.php?p=2167096&postcount=96)

Appreciate any feedback from programmers ...

Thanks .. :)

Regards,
Doug
What extra data are you referring to? The pic showed the spiders and spider count like it should.

Boofo
02-27-2011, 09:44 AM
I want to changed the text in who's online:
with 2 spiders i want to make with 2 search bots

Where can i changed that?

Check the phrases.

BadgerDog
02-27-2011, 10:00 AM
What extra data are you referring to? The pic showed the spiders and spider count like it should.

Thanks Boofo .... :)

I'm referring to exactly that information as shown in the pic, which never appeared under v1.03 and only started appearing after the aborted v1.05 install. We re-installed everything and re-installed v1.03 again, which after that, we now have this spider data appearing on a new line (doesn't even follow immediately on after the last comma'd username from a registered member), which we need to have stop appearing.

The presumption is that v1.05 sets something (new field?) or changes something that lets it do that, which was never an option or function in v1.03?

How do we reset that user "who's currently on" display to clear out that extraneous data so it no longer appears under v1.03 as it never did.

Appreciate any help .. :up:

Regards,
Doug

Boofo
02-27-2011, 10:20 AM
Ok, I see what you meant now. Do you use caching?

BadgerDog
02-27-2011, 10:34 AM
Ok, I see what you meant now. Do you use caching?

Yes, I think... at least I assume that is the vBulletin default? :confused:

I know that with v1.03 re-installed after our screw-up, that the data appears and actually increments as new spiders appear etc., so wherever this is coming from it's dynamic and active.

Thank you for the help Sir .. :up:

Regards,
Doug

Boofo
02-27-2011, 11:50 AM
There has to be another mod messing with it somewhere. If you aren't running vb 4.1.2, as you have stated, then you would have gotten the error and that should have been it. Others have made the same mistake of installing the 4.1.2 version on pre-4.1.2 vb and have not shown the symptoms that you have had. I did it myself to see if I could duplicate it, but nothing stuck. My advice would be to disable one mod at a time to see if that clears it up.

BadgerDog
02-27-2011, 12:08 PM
Thanks Boofo, but I don't have that kind of knowledge, just being an old Fortran programmer out of the 1960's ... ;)

It never conflicted with anything before I installed v1.05, so I think I'm going to have pass on using the mod further since everything else is currently running fine, however, I appreciate your efforts to develop mods for the community. :)

Un-installed v1.03 .... :(

Regards,
Doug

Boofo
02-27-2011, 12:18 PM
That was going to be my next suggestion, but I knew you would end up there anyway.

Mikevet1984
02-27-2011, 01:10 PM
I have a little bug with this mod!

Two times the spiders are shown in the WGO plus when there is a spider online the connected users bar diseppears. I post a screenshot to see what I mean. Please help!

https://vborg.vbsupport.ru/

Thank you in advance for every reply!

Boofo
02-27-2011, 04:11 PM
That is because you are using 2 spiders mods. The other spider mod you are using is causing the problem.

,with 1 spider and 1 spiders

Mikevet1984
03-01-2011, 04:54 PM
Thank you, Boofo! You are correct. Much appreciated....

traen
03-04-2011, 02:15 AM
I don't seem to have this option in the acp, "Spiders Display on Forumhome and Who's Online". Any ideas? I'm on 4.1.1 and using the guest tracking mod too.

The spiders are showing up fine on forum home and who's online, I don't have an option to change the settings for the mod though.

Boofo
03-04-2011, 02:34 AM
The settings are only for the v4.1.2 of this mod, for use on vb 4.1.2 only. The other version does not have the settings.

traen
03-04-2011, 07:10 PM
Is it possible to add the code into the mod for 4.1.1?

Boofo
03-04-2011, 08:14 PM
Possible? Yes. Probable. No. ;)

Dr.osamA
03-06-2011, 10:38 AM
installed & rated & translated to Arabic

thank you bro

OldSchoolDSL
03-12-2011, 03:18 AM
Installed and working

4.1.2 :)

johkalhaups
03-12-2011, 05:01 PM
I have a little bug with this mod!

Two times the spiders are shown in the WGO plus when there is a spider online the connected users bar diseppears. I post a screenshot to see what I mean. Please help!

http://img810.imageshack.us/img810/1223/66656500.jpg

Thank you in advance for every reply!

I have this same issue on 4.1.2 and I have no other spiders mod installed.

Boofo
03-12-2011, 05:29 PM
If it is showing "and 1 spiders", that is from another spider display mod, not this one. This one only shows ", with 1 spider". You DO have another spider mod installed if that is what is happening. Are you using a server cache, by chance?

Mikevet1984
03-12-2011, 05:41 PM
I had installed the mod <Spiders in What's Going on>.

https://vborg.vbsupport.ru/showthread.php?t=231412

Please check if you have it and remove it.

The problem will be solved at once

traen
03-12-2011, 08:11 PM
Great mod, especially for paranoid members :). I'd love to see the permissions options in the 4.1.1 version though.

OldSchoolDSL
03-15-2011, 04:57 PM
Installed update (allow overwrite, yes)

Seems to be working

4.1.2 :)

Boofo
03-15-2011, 05:02 PM
It should be working fine. It was tested long enough before I decided to release it. ;)

nikosb
03-15-2011, 07:24 PM
Thanks for the mod. Works great

NickyNet
03-15-2011, 07:28 PM
@Boofo,

thx, updated.. only 1 thing would be fine..
the hardcoded "with" word should be replaced by phrases.

thank you again!

OlijO
03-15-2011, 07:43 PM
I really like this modification.
+1 the term "with" would be phrased :)

Boofo
03-15-2011, 09:09 PM
@Boofo,

thx, updated.. only 1 thing would be fine..
the hardcoded "with" word should be replaced by phrases.

thank you again!

I really like this modification.
+1 the term "with" would be phrased :)

You guys sure want a lot from a free mod. Geesh. ;)

Mod updated to be fully phrased.

TheNite
03-15-2011, 09:13 PM
can you please add the same features as 4.1.2 to 4.1.1 please?

i personally do not want to update to 4.1.2 because of the integration and all the bugs

TheNite
03-15-2011, 09:13 PM
You guys sure want a lot from a free mod. Geesh. ;)

Mod updated to be fully phrased.

its a great mod tbh

rolfw1
03-15-2011, 09:32 PM
Thanks Boofo, just upgraded from the original, great and useful mod.

Gemma
03-15-2011, 09:34 PM
Thanks for the update :)

Boofo
03-15-2011, 09:38 PM
can you please add the same features as 4.1.2 to 4.1.1 please?

i personally do not want to update to 4.1.2 because of the integration and all the bugs

Actually, there should be the same amount of bugs in both versions. As far as any integration problems gores, I have no idea what you are meaning on that. As I run 4.1.0. PL2 with the activeusers code change added, the older version wouldn't work for me now. It wouldn't be worth the time to upgrade the older version, to be honest.

OlijO
03-16-2011, 04:28 AM
You guys sure want a lot from a free mod. Geesh. ;)

Mod updated to be fully phrased.

Thanks you !
Just send you a little fee on paypal to support you.

OlijO
03-16-2011, 04:46 AM
I just made a French translation. Can i post it to the French community who make translation ?
Like vbulletin-ressources.com, vbulletin-fr.org, vbpassion.net ?

Boofo
03-16-2011, 04:57 AM
Thanks you !
Just send you a little fee on paypal to support you.

Thank you very much. ;)
I just made a French translation. Can i post it to the French community who make translation ?
Like vbulletin-ressources.com, vbulletin-fr.org, vbpassion.net ?

I can link it from the first post here, if you'd like. I would rather not have it posted anywhere outside the org.

I love the skin on your site, by the way. ;)

OlijO
03-16-2011, 05:13 AM
Thank you very much. ;)


I can link it from the first post here, if you'd like. I would rather not have it posted anywhere outside the org.

I love the skin on your site, by the way. ;)

No problem, link it to the first post :)

Thanks you :)

Boofo
03-16-2011, 06:35 AM
No problem, link it to the first post :)

Thanks you :)

Your translated version was added to the first post as well as giving you credit for it at the bottom on the first post. ;)

If you want to translate the install text file, I will add that to the zip file, also.

NickyNet
03-16-2011, 06:49 AM
You guys sure want a lot from a free mod. Geesh. ;)

Mod updated to be fully phrased.

:D:D

i have no problem to change "with" directly in XML to my language, but a little bit confused when some users are using german or english lang on my forum :D

so, if you like change it, if you don't like leave it as it is.
it was just a suggestion :) we can not ask for something which is free, we can only suggest :up:

anyway, thank you for the MOD and update!

Boofo
03-16-2011, 07:18 AM
It was changed in 1.0.7 to be fully phrased.

NickyNet
03-16-2011, 07:58 AM
It was changed in 1.0.7 to be fully phrased.

thank you, appreciate it!

Boofo
03-16-2011, 08:20 AM
thank you, appreciate it!

I finally got my first donation with this mod, is why it was added. ;)

NickyNet
03-16-2011, 10:53 AM
I finally got my first donation with this mod, is why it was added. ;)

hahahaah... here the 2nd one :)

cheers and thx!

Boofo
03-16-2011, 11:02 AM
I thank you very much. It means more than you know. ;)

Dr.osamA
03-17-2011, 12:11 AM
thank you bro

but User Map Link not showing

any help plzzz

Boofo
03-17-2011, 03:04 AM
This link will only be visible if you have the "Digital Point User Map" mod installed.

Dr.osamA
03-17-2011, 03:51 AM
Digital Point User Map !!!

where is it plzzz

Boofo
03-17-2011, 04:10 AM
Search is your friend. ;)

Da-Vinci
03-18-2011, 03:13 PM
Hi Boofo, I noticed you made a point of posting this.

Just to clarify, as some people seemed to be confused with filenaming convention:

Spiders_Display_on_FORUMHOME.zip => vBulletin 4.0.0 to 4.1.1
Spiders_Display_on_FORUMHOME_vb4.1.2.zip => vBulletin 4.1.2 ONLY!

However I downloaded the Spiders_Display_on_FORUMHOME.zip version as I'm running 4.1.1, but got an incompatibility issue, not really a problem as I just edited the XML file so the max version was set at 4.1.2 and it installed fine, but there does seem to be an issue for people running 4.1.1, just a heads up, great mod Installed ;)

Boofo
03-18-2011, 03:36 PM
maxversion fixed, thanks to BOP5's explanation.

Asterix_ita
03-19-2011, 07:23 AM
Sorry I downloaded your update today and I see some small discrepancies

in the thread: Version 1.0.7 as the first of this upgrade,
in the file xml: <version>version 1.0.3 </ version>

is it correct?

thx

Boofo
03-19-2011, 11:19 AM
It depends on what version of vb you are using.

Mr. Flowers
03-30-2011, 01:34 AM
I have vB 4.1.2 and I downloaded version 4.1.2 but when I try to upload the xml file it says its invalid. I tried in products and in plug ins. No joy.

Boofo
03-30-2011, 02:13 AM
I have vB 4.1.2 and I downloaded version 4.1.2 but when I try to upload the xml file it says its invalid. I tried in products and in plug ins. No joy.

This the the line in the product:
<dependency dependencytype="vbulletin" minversion="4.1.2" maxversion="" />

If you are running 4.1.2, it should install fine as a product. No one else has reported this issue.

BirdOPrey5
03-30-2011, 08:12 AM
It could be a corrupted download, try downloading again.

Losko
04-03-2011, 04:54 PM
Installed ;)

Phaedrus
04-05-2011, 12:08 AM
Just to prove to Boofo that I clicked install...

iyama
04-12-2011, 08:52 PM
With 4.1.3 are no spiders showing

NickyNet
04-12-2011, 09:02 PM
With 4.1.3 are no spiders showing
working fine for me

Boofo
04-12-2011, 09:11 PM
With 4.1.3 are no spiders showing

Did you upload the included spiders listing?

steve1966
04-17-2011, 01:30 PM
Thank you installed 10/10

doctorsexy
04-17-2011, 05:02 PM
Installed and working... thanks

rwoscott
04-19-2011, 10:13 AM
Excellent stuff, Boofo!!
Installed and marked.

Sean James
04-30-2011, 08:23 AM
Tried this with 4.1.3 and nothing shows, i downloaded the spider XML uploaded and installed the plugins over and over and nothing seems to show.

http://forum.adultfetishnetwork.com/forum.php

Boofo
04-30-2011, 09:12 AM
Did you do these?

2. Go to 'Admin CP -> Settings -> Options -> Who's Online Options -> Enable Spider Display' and make sure it is set to 'Yes'

4. Go to your Admin CP -> vBulletin Options -> 'Spiders Display on Forumhome and Who's Online' and set the following option:
Spiders Display : Allowed Usergroups: These usergroups can view the Spiders Display on Forumhome.

5. Go to your Admin CP -> Styles & Templates -> Style Manager -> StyleVars (In the All Style Options drop-down) -> Boofo -> boofo_spiders_color
Enter the color code of the font color that you want the spiders to show up in.

NOTE: You will need to do this for all styles.

iyama
04-30-2011, 09:17 AM
Tried this with 4.1.3 and nothing shows, i downloaded the spider XML uploaded and installed the plugins over and over and nothing seems to show.

http://forum.adultfetishnetwork.com/forum.php
Go to http://www.wolfshead-solutions.com/spiders-list and download it from there the spiders_vbulletin.xml.

I had the same problems after upgrade to vb4.1.3. After i downloaded it from that site the spiders show up.

Boofo
04-30-2011, 09:22 AM
Yes, did you upload the spiders xml file? It is included in the zip file.

evilTone
05-01-2011, 12:44 PM
worked fine on 4.1.3
tx

MagicThemeParks
05-01-2011, 03:49 PM
I remember you having this available for the 3.8x vB versions a year or two back. Do you still have that one available Boofo?

Boofo
05-01-2011, 04:23 PM
No, I don't, but it wouldn't be too hard to take the pre-4.1.2 version and get it working as it uses basically the same code that the vb 3 version did.

MagicThemeParks
05-01-2011, 05:12 PM
Cool, I'll take a peek at it. Thanks :D

Boofo
05-01-2011, 05:32 PM
Let me know if you run into any issues and we will see what we can do. If you get it going, let me know and I will post it in the 3.8 mods area.

Boofo
05-15-2011, 01:33 AM
The spider listing from the link in the first post has been updated.

Dr.osamA
05-15-2011, 06:48 AM
thank you bro

billstelling
05-17-2011, 01:13 PM
Hey Boofo, what about 4.1.3, will it work with it?

Boofo
05-17-2011, 07:31 PM
Hey Boofo, what about 4.1.3, will it work with it?

Re-read the firs post. I have updated it to answer your question.

BadgerDog
05-18-2011, 09:45 PM
Finally upgraded from 4.04 to 4.1.3 and re-installed 4.1.2 of this product for testing ... :)

Will advise results ..

Regards,
Doug

BadgerDog
05-19-2011, 12:22 PM
Uninstalled from 4.1.3 ....

Tested and when enabled, site just freezes solid with a "white screen" when main forum home page is clicked upon. If this mod is disabled, then site access returns and works fine. Able consistently duplicate this problem, so there must be a conflict with another mod or vBulletin software setting itself someplace.

Thanks anyway ... :)

Regards,
Doug

Boofo
05-19-2011, 03:35 PM
You're got more going on than just a setting or a problematic mod, if this mod doesn't work.

BadgerDog
05-19-2011, 07:17 PM
Could be, but it's the only mod (out of 24) that doesn't work on our v4.1.3 install ...

No big deal and not that important in the big scheme of things ...

Thanks anyway ... ;)

Regards,
Doug

Boofo
05-19-2011, 07:20 PM
My point was that if this mod is giving you those kind of problems, then you can expect more of th same from other mods in the future. Better to figure it out now than to have to deal with it all again later on.

BadgerDog
05-19-2011, 07:49 PM
Well, after 5 years of operating the site and using 28 (sorry, I was wrong above.. recounted and it's not 24) mods, never had a problem that brought down the site, until I installed 4.1.2 of this mod on our 4.1.3 vBulletin install. ;)

So, I have no idea why this one would do it, except we are operating Digital's user map add-on and Memcache (with vbOtimize), which might be a factor. I only say that because your mod is the only one we use that interacts with that mod, so I thought there might be some cause and effect.

Anyway, again .. no big deal as this add-on isn't mission critical ...

Thanks for your efforts though .. :)

Regards,
Doug

Boofo
05-19-2011, 07:59 PM
Strange that no on else has run into this. There is nothing in the mod that would cause anything like what is happening to you. The code is basically the same as the earlier version except for the activeusers array that was added in 4.1.2. Like I said, be prepared for other issues eventually.

As far as being mission critical, I would beg to differ with you on that. It depends on your definition of it, I guess. I like to know who are guests and who are not, myself.

Sarteck
05-22-2011, 09:48 AM
Was using "Spiders in WGO" plugin until my recent update. The $activeusers variable seems to have changed to an array sometime between 4.1.1 and 4.1.3. Disabled that plugin and installed this; no probs, now. :) Thanks, Boofo.

Boofo
05-22-2011, 09:52 AM
It was changed in vb 4.1.2.

av8or1
07-03-2011, 05:34 PM
Installed, thanks!

EDIT: Hey Boofo, I have added this capability to the version of the vBa Online Users module that I began enhancing for my forum's "splash" page. Hope that's ok; kept all references (ergo comments) that indicate you as the author, even added a couple of my own. I'd like to ask for permission to distribute this enhancement via the portal mod (https://vborg.vbsupport.ru/showthread.php?t=266144) that I added the other day. If you're not up for that, I understand, just trying to help others == reason I ask.

Thanks!

Boofo
07-06-2011, 02:24 AM
I'm not understanding what you are asking, sorry.

av8or1
07-07-2011, 12:09 AM
PM sent.

ictvb
07-17-2011, 01:24 AM
Installed Spiders_Display_on_FORUMHOME.zip accordingly on 4.1.1. when the correct settings were already in place. Uploaded all files to the right dir and such. Unfortunately Admin CP -> vBulletin Options -> 'Spiders Display on Forumhome and Who's Online' is nowhere to be found, also the StyleVar seems to be missing. Everything is checked as active under Plugin System. What could be the problem? I've imported it twice already.

Boofo
07-17-2011, 01:39 AM
There are no settings or style variable in the 4.1.1 version. They were only added to the 4.1.2 version and up.

ictvb
07-17-2011, 01:06 PM
Allright, thanks for the heads up, must have missed it. It's working as intended.

Gamelobby
08-05-2011, 07:13 PM
Nvrmnd. im an idiot. lol

Boofo
08-05-2011, 07:47 PM
Only for not clicking install. ;)

Taurus1
08-08-2011, 04:02 AM
Hey Boofo, after upgrading to 4.1.5 the Spider count is not showing on my Who Is Online page anymore. It just displays the members and guests. Do you perhaps know why that would be? Thank you!

Boofo
08-08-2011, 05:24 AM
I just looked to make sure it was working right on my site after upgrading to 4.1.5 today and it shows fine for me. If you have a custom style, I would start there. I use the default style.

Taurus1
08-08-2011, 06:01 AM
I just looked to make sure it was working right on my site after upgrading to 4.1.5 today and it shows fine for me. If you have a custom style, I would start there. I use the default style.

Yeah, I tried on a default no parent style first, but still the same. Really not sure what it could be.

Boofo
08-08-2011, 06:23 AM
Did you remember to re-upload the spiders_vbulletin.xml file after the upgrade? ;)

Taurus1
08-08-2011, 06:42 AM
Did you remember to re-upload the spiders_vbulletin.xml file after the upgrade? ;)

Yes I did, and I just did it again to make sure, but still the same. :(

Boofo
08-08-2011, 07:31 AM
It has to be something that changed on your site as it uses a phrase. I have had no other reports of this happening so it almost has to be a custom style issue. Unless you added another mod that is interfering with it somehow, although I can't see that happening either. Make sure you have the setting turned on for the spiders in who's online.

Taurus1
08-08-2011, 07:44 AM
It has to be something that changed on your site as it uses a phrase. I have had no other reports of this happening so it almost has to be a custom style issue. Unless you added another mod that is interfering with it somehow, although I can't see that happening either. Make sure you have the setting turned on for the spiders in who's online.

I have more than 30 styles installed. And it is the same on all of them. Also default no parent. I can also not think of any other mod I installed recently that would interfere with this. Mystery to me mate! OH, and yeah I made sure that setting is turned on.

Boofo
08-08-2011, 07:57 AM
You can try uninstalling it and reinstalling it and see if that does anything.

Other than that all I can suggest is disabling all your mods, enable this one and then enable the others one at a time to see if any of them are messing with it.

Gamelobby
08-10-2011, 04:53 PM
Did your usergroup access get reset.?

mjda
09-08-2011, 03:01 AM
Thanks Rob. +Installed!

HellRZR
09-22-2011, 12:42 PM
Marked as installed, rated, thank-you.

HMBeaty
11-07-2011, 05:12 PM
Haven't fully tested this, but this appears to have a new conflict, with vBulletin 4.1.8. Probably from the comma list changes that were made. Anyhow, the commas don't show up anymore. See here:

https://vborg.vbsupport.ru/attachment.php?attachmentid=134296&stc=1&d=1320689510

WDS
11-08-2011, 08:05 PM
I've installed on vBulletin 4.1.7 and does not work.
Someone can confirm that works for my version?

Thank you.

-------------------

It works, thanks Boof. thanks BirdOPrey5

Erica1977
11-08-2011, 08:20 PM
I've installed on vBulletin 4.1.7 and does not work.
Someone can confirm that works for my version?

Thank you.

-------------------

It works, thanks Boof. thanks BirdOPrey5

Works on 4.1.7 but doesn't work on 4.1.8 beta.

HMBeaty
11-09-2011, 01:34 AM
Works on 4.1.7 but doesn't work on 4.1.8 beta.
Works for me on 4.1.8 Beta, just missing the commas :)

Erica1977
11-09-2011, 03:48 AM
Works for me on 4.1.8 Beta, just missing the commas :)

I ment it dont work in 4.1.8 beta for just the comma part .

ascott
11-12-2011, 05:08 PM
Is there a way to have the bullet on the right side of 'spider' when using this along with your usergroup legend, at the moment it's on the left of 'spider' in 4.0.8

https://vborg.vbsupport.ru/external/2011/11/33.jpg

Boofo
11-14-2011, 06:55 PM
I ment it dont work in 4.1.8 beta for just the comma part .

Which will be fixed when 2 things happen: You click the install button and I upgrade to 4.1.8 final when it is released. I don't do betas.

Erica1977
11-16-2011, 06:55 PM
Which will be fixed when 2 things happen: You click the install button and I upgrade to 4.1.8 final when it is released. I don't do betas.

Ok installed it upgrade it to 4.1.8 stable please update Thank You.

HMBeaty
11-17-2011, 03:09 AM
Ok installed it upgrade it to 4.1.8 stable please update Thank You.
You do realize that this modification is marked as "Not Supported" and he doesn't have to update this modification right? Personally, after a comment like that, I wouldn't update it if it was one of my modifications....

You're always welcome to fix it yourself too....or re-code your own modification

Mr_Running
11-17-2011, 04:06 AM
Ok installed it upgrade it to 4.1.8 stable please update Thank You.

Boofo will decide when he upgrades. :)

I would like to note there may be conflict with dbtech info panel mod...everything is good but it does not show the spiders (google etc..) it just gives the number of spiders
Example: 9 spiders.
instead of Google(2) Yahoo(3) etc...
Which I thought it was to do but maybe not?

Boofo
11-17-2011, 04:07 AM
Then DBTech needs to look at their code and see what the problem is. ;)

Mr_Running
11-17-2011, 04:20 AM
Like
Then DBTech needs to look at their code and see what the problem is. ;)

Example: 9 spiders.
It does work this way then?
Google(2) Yahoo(3) etc...

Boofo
11-17-2011, 04:32 AM
Yes. Just like the pic in the first post.

Erica1977
11-17-2011, 06:04 AM
You do realize that this modification is marked as "Not Supported" and he doesn't have to update this modification right? Personally, after a comment like that, I wouldn't update it if it was one of my modifications....

You're always welcome to fix it yourself too....or re-code your own modification

Thats ok i dont have too i took it off.

Boofo
11-18-2011, 04:55 AM
Thats ok i dont have too i took it off.

Don't forget to click the uninstall button. ;)

MaXimus
11-21-2011, 09:30 PM
when will the comma missing between the bot names be fixed?

Boofo
11-29-2011, 07:31 PM
The comma fix for 4.1.8 is coming forthwith after a little more testing. Plus, there will be an added surprise.

Papa Bear
11-29-2011, 09:02 PM
cool..cant wait..

Taurus1
11-29-2011, 11:22 PM
Thanks for the update Boofo! All fixed, and the little spider looks too cool.....lol!

Papa Bear
11-29-2011, 11:33 PM
nice update..thanks..

spillage
11-30-2011, 12:53 AM
I'll add my thanks for the update... and the cute little spiders.

Personally, I like the spiders listed... that way I can see which ones need adding to the Ban Spiders list.

SanSource
11-30-2011, 01:43 AM
Can someone help with installation 1 - 5 is done, but number 6 has me at a lost.

6. Go to your Admin CP -> Styles & Templates -> Style Manager -> StyleVars (In the All Style Options drop-down) -> Boofo -> boofo_spiders_color
Enter the color code of the font color that you want the spiders to show up in

I am using vb 4.1.8 not shore what to look for or edit, in the stylevars.

Boofo
11-30-2011, 02:03 AM
Just follow the path there and you will see it.

SanSource
11-30-2011, 02:15 AM
Sorry its just that I don't see it, could it be because of a custom template?

Taurus1
11-30-2011, 02:32 AM
Hi Boofo, not sure whether it is related to this mod or something else, but maybe someone else also experience the same thing? Between the last member and first spider, I have 2 commas. See screenshot.

134782

HMBeaty
11-30-2011, 03:01 AM
Hi Boofo, not sure whether it is related to this mod or something else, but maybe someone else also experience the same thing? Between the last member and first spider, I have 2 commas. See screenshot.

134782
I have not experienced this problem

Boofo
11-30-2011, 04:30 AM
Hi Boofo, not sure whether it is related to this mod or something else, but maybe someone else also experience the same thing? Between the last member and first spider, I have 2 commas. See screenshot.

134782

I haven't experienced it either. It was throughly tested on 4.1.8 and nothing like that ever popped up. Check it on the default skin and make sure it isn't the custom style causing it. Also, did you revert the forumhome template when you upgraded to 4.1.8? The commas are done differently now.

Robru
11-30-2011, 08:15 AM
Thanks for your update :)

iyama
11-30-2011, 08:53 AM
Is there a white/orange spider.png? On a dark board its not showing proper.

iyama
11-30-2011, 08:59 AM
Can someone help with installation 1 - 5 is done, but number 6 has me at a lost.

6. Go to your Admin CP -> Styles & Templates -> Style Manager -> StyleVars (In the All Style Options drop-down) -> Boofo -> boofo_spiders_color
Enter the color code of the font color that you want the spiders to show up in

I am using vb 4.1.8 not shore what to look for or edit, in the stylevars.

Style Variable Editor>Boofo>Boofo_Spiders_Color

At the right you can puth a other color number, like #CCFF99

charlesr
11-30-2011, 09:04 AM
Type boofo into the top box in the style variable editor and it will filter it to just the one you need. You can also click on the colour box to choose colours instead of entering the number if you don't need it to be exact.

All working fine on my 4.1.8

doctorsexy
11-30-2011, 09:04 AM
installed.... Thank You