Quote:
Originally Posted by JacquiiCooke
User online status code should already be included in the vB postbit o.O
|
Agreed... however I do remember some older vB3 styles without it in the templates so O.o there as well! I reckon it depends however you should be able to create a new default style and snag the code from there then paste into your custom style (if that is the case here) and be done with it

.
Something along these lines:
Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>