With all of the names bunched together, the wrong info usually shows up in the box, if the user had to scroll over another user to get to the one they wanted to look at.
I tried to fix this by changing 'onMouseOver' to 'onClick' and then add a link in the box that says 'View Profile' but the option to keep the window open until there's a click seems to be conflicting with this.
Any ideas on how to go about this?
If I come up with the solution, I'll post it in this thread.
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))">
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" onClick="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
<else />
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" onClick="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
</if>