WhaLberg
03-30-2007, 05:13 AM
If you are annoyed with those big usernames in posts and if you don't know how to make them small, here is what you must do:
1) Go to your AdminCP -> Styles & Templates -> Style Manager -> Select your style -> Select your postbit or postbit_legacy template.
2) in postbit or postbit_legacy template, find:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
And remove the class="bigusername".
And also if you would like to make the usernames bold, feel free to use that:
<a href="member.php?$session[sessionurl]u=$post[userid]"><b>$post[musername]</b></a>
Good luck.
1) Go to your AdminCP -> Styles & Templates -> Style Manager -> Select your style -> Select your postbit or postbit_legacy template.
2) in postbit or postbit_legacy template, find:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
And remove the class="bigusername".
And also if you would like to make the usernames bold, feel free to use that:
<a href="member.php?$session[sessionurl]u=$post[userid]"><b>$post[musername]</b></a>
Good luck.

