TemplateWh0re
for the who's online ..
in templates > who's online templates >whosonlinebit
find
<td bgcolor="{firstaltcolor}" align="left"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo[userid]">
replace with
<td bgcolor="{firstaltcolor}" align="left"
onMouseOver="this.style.backgroundColor='{secondal tcolor}';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='{firstaltc olor}';"
onClick="window.location.href='member.php?s=$sessi on[sessionhash]&action=getinfo&userid=$userinfo[userid]'">
|