Go to
1: admincp
2: Styles & Templates
3: postbit template
4: find this code
HTML Code:
<div id="postmenu_$post[postid]">
check if the code looks like this
HTML 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>
i`m sure something is missing there & that may be <else /> .
Thanks
Gate