i want to put an icon of xbox/ps3 infront of the usernames of my members
altough i have used the code for in postbit_legacy. how do i apply it for my members?
just before their username?
yes i know its crapy php, dont blame me i just got started
<dt>Platform</dt>
<dd>
<vb:if condition="$post['field10']&&$post['field7']">
<img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field7}.gif" title="{vb:raw post.field10}"/>
</vb:if>
<vb:if condition="$post['field9']&&$post['field6']">
<img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field6}.gif" title="{vb:raw post.field9}"/>
</vb:if>
</dd>