In our postbit legacy it's currently showing as this
Code:
<vb:if condition="$post['userid']">
<hr />
<dl class="userinfo_extra">
<span style="color:#BE1A1A"><b><vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt></b></b></span> <dd>{vb:raw post.joindate}</dd></vb:if>
<span style="color:#BE1A1A"><b><vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt></b></b></span> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<vb:if condition="$post['field6']"><dt><span style="color:#BE1A1A"><b>Gamertag</b></span></dt> <dd>{vb:raw post.field6}</dd></vb:if>
<vb:if condition="$post['field10']"><dt><span style="color:#BE1A1A"><b>Main Games</b></span></dt> <dd>{vb:raw post.field10}</dd></vb:if>
<vb:if condition="$post['field9']"><dt><span style="color:#BE1A1A"><b>Timezone</b></span></dt> <dd>{vb:raw post.field9}</dd></vb:if>
<span style="color:#BE1A1A"><b><dt>{vb:rawphrase posts}</dt></b></span> <dd>{vb:raw post.posts}</dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
and still a few people still having parts of the profile fields in bold where it shouldn't be. Can you tell me in full on what it needs to be changed to as I change a few things and get errors.
--------------- Added [DATE]1364266517[/DATE] at [TIME]1364266517[/TIME] ---------------
Never mind. I've done it now just my posts and the : is all red instead of just the posts text.