I should have titled this DOUBLE user name in posts which is my problem.
I have put a mod in so i can have a custom title and image next to the user name in posts in the same way as the gender mod puts the male/female image next to the word "gender"
Infact i used that mod and modified it to fit the task, the problem now is that i have the user name being displayed twice in posts as per the screenshot below, also i don't see the new word "bike" which should read just as the word "gender" does. My guess is that the gender mod i used to do this includes some code that installs the username again and a simple removal of that code should fix it, but being a newbie i don't understand the code. this is the code i used. I am sure it makes sense to you guys.
PHP 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]<if condition="$post[fieldx]">$vbphrase[gender] <img src="$stylevar[imgdir_misc]/$post[fieldx].gif" alt="$post[fieldx]" /></if>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]<if condition="$post[fieldx]">$vbphrase[gender] <img src="$stylevar[imgdir_misc]/$post[fieldx].gif" alt="$post[fieldx]" /></if>
</if>
</div>
Screenshot of my double username problem