^Didn't work man, I tried it and it got rid of users avatars as well as making the text quite big.
I have other custom stuff (glow usertitle, color username, font username etc...) so I need the extra </if> tags from where I placed the <bold> code. Here is where I placed the code in my postbit legacy among the other custom edits:
PHP Code:
<div align="center">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"> <if condition="$post[field14]"><font color="$post[field14]">$post[username]</font><else /><if condition="$post['field15'] != '' ">
<font style="font-family:$post[field15]">$post[username]</font>
<else />
$post[musername]</if></if></a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
<if condition="$post[field14]"><font color="$post[field14]">$post[username]</font><else /><if condition="$post['field15'] != '' ">
<font style="font-family:$post[field15]">$post[username]</font><else />
<if condition="$post[field27]"><span style="font-weight: bold;" "$post[field27]">$post[username]</b></if></span>
<else />
$post[musername]</if></if>
</if>
</div>
<if condition="$post[field26]">
<div style="width:100%;filter:glow(color=$post[field26],strength=6)">$post[usertitle]</if></div> <else />
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
As you can see where I placed it, it needs the extra </if>'s. Do you know where abouts I should place it? Plus, here is images of the profile field for it:
http://i27.tinypic.com/2nld6xt.jpg
http://i30.tinypic.com/mtasso.jpg
http://i26.tinypic.com/11qtsaq.jpg <Thats what it looks like in members profile, sorry about highlighting it.
^As you can see I made it a check box so the user can just check the box for the bold username if they want, maybe I have to add a check box code with the bold code aswell? And I'm not sure if that is the correct bold code to put in either. Any help I would highly appreciate it, thanks.
--------------- Added [DATE]1201227340[/DATE] at [TIME]1201227340[/TIME] ---------------
I have done it now, just needed one extra </if> in a certain place and the whole of it needed placing else where. Thanks for the help man.