I mean the username that is about the post.
--------------- Added [DATE]1239222445[/DATE] at [TIME]1239222445[/TIME] ---------------
Soloution found.
Editing in the template postbit or postbit_legacy the following:
PHP Code:
<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>
to
PHP Code:
<div id="postmenu_$post[postid]" style="font-size: 10pt">
<a href="member.php?$session[sessionurl]u=$post[userid]"> $post[musername] </a>
</div>
10pt you can change with your font size. Bigusernames are so deactivated.