Here is where I got the idea from, in whosonlinebit template there is this line...
<if condition="$show['loggedinuser']">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if>
<else />
<if condition="$show['spider']">$spidertype<else />$userinfo[musername]</if>
Which shows a + next to a person on your buddy list when viewing who's online, if I put this on postbit_legacy it does not function.
|