Quote:
Originally Posted by ZeeLex
Hi ericgtr Thanks for this great hack
I have a question. I have installed Show Spiders on ForumHome and when I mouseover to the spiders in the box the forum home page is showing.
How to fix it? or can I disable the view to spiders?
Thanks
|
This is untested because I am not running that mod but give it a shot, remember to backup what's there first to be safe. In forumhome_loggedinusers, replace the entire contents (only for those using Amy's spiders on forumhome hack) with this:
Code:
<if condition="$loggedin[userid]"><a href="member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false" onmouseout="ajax_hideTooltip()">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]<else />$loggedin[musername]</if>