*Fixed issue*
Product : Spider Display
Plugin: Forum Home Complete
Find (first line):
Code:
if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine'])
Replace with (added another conditional):
Code:
if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine'] AND THIS_SCRIPT!='indexTAB')
So may want to add this to your search for conflicting mods searcher thing. *Fixed issue*
1- No number of visitors viewing each forum
2- Not crawlable by search engines !
I am watching my crawlers google and yahoo right now on other tabs so they are able to view the tabs. I have english tab and a french tab so there is no other way to see those forums other then clicking or them viewing the tabs themself. No way for them to have direct links to them either. I just created them .
So please some other people confirm this for me as it is working for me.
*Fixed issue*
Product : Spider Display
Plugin: Forum Home Complete
Find (first line):
Code:
if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine'])
Replace with (added another conditional):
Code:
if (($vbulletin->options['displayloggedin'] == 1 OR $vbulletin->options['displayloggedin'] == 2 OR ($vbulletin->options['displayloggedin'] > 2 AND $vbulletin->userinfo['userid'])) AND !$show['search_engine'] AND THIS_SCRIPT!='indexTAB')
So may want to add this to your search for conflicting mods searcher thing. *Fixed issue*
I don't think this is the bug/omission that he was referring to. It's certainly not the one that I'm referring to. It's actually the default vBulletin feature that allows you to see how many people are browsing a forum from the forumhome. For example...
Main Forum(2 viewing)
The "(2 viewing)" part doesn't show up on the tabs, and it would be nice if that was fixed.
I don't think this is the bug/omission that he was referring to. It's certainly not the one that I'm referring to. It's actually the default vBulletin feature that allows you to see how many people are browsing a forum from the forumhome. For example...
Main Forum(2 viewing)
The "(2 viewing)" part doesn't show up on the tabs, and it would be nice if that was fixed.
That is one thing I am trying to figure out myself. Its working fine on all 6 of my Dev Servers and 2 of my production servers... Not sure yet why its not working for others...
Well, I'm going to wait it out a few more days until the majority of the bugs are ironed out. But, I'm DEFINITELY all over this one as soon as it's more stable!
Thanks to everyone pitching in and trying to find solutions to some of the issues out there!
All these drop downs, custom and default, do not work now, does anyone else get this problem? I am 100% sure it is this mod and they were working, I installed this and they weren't...
EDIT:
I've just received numerous complaints that this mod is breaking anything and everything Javascript, the WWYSIG Editor is broken to now.
Working with the exact copy that was sent here, we have all JavaScript features working.