Quote:
Originally Posted by ForceHSS
You put it to far up it needs to be above
Code:
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
So it looks like
Code:
<vb:if condition="$post['field5']">
<font color="red" size="4"><B>{vb:rawphrase field5}[{vb:raw post.field5}]</B></font></vb:if>
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
also you said you used profile field 5 but in that ss you have it as 4
|
That method only puts the clan tag to the right of the username. My original coding puts it to the left of the username, which is where I want it. It also does not change the fact that the clan tag doesn't display ALT characters correctly and that is what I am looking to correct..