Quote:
Originally Posted by AWJunkies
*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.