I do not know why it is not working.
When I replaced those codes this time, here is what happens-
The line that is normlly underneath the username is moved and it now underneath the group name.
This happens under POSTBIT. I changed the code exactly the same in POSTBIT LEGACY but nothing happened there either.
Here is what my code in the POSTBIT template looks like right now after the adjustment-
Quote:
<font size=5><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
<font size=5>$post[musername]
</font>
</if>
|
Did I do something wrong?