Quote:
Originally Posted by Atakan KOC
Profile view Member List
open template "memberlist_resultsbit"
find
HTML Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
replace
HTML Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]" onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$userinfo[userid]',this);return false" onmouseout="ajax_hideTooltip()">$userinfo[musername]</a>
|
Does this work for anyone? Ive tried it but doesnt work on memberlist. This hack works fine on 3.6.1 when it comes to the forum home page but doesnt do anything for the whosonline page.
Anyone know how to get this working in the memberlist? and or Threads,Posts and last post etc.