Find this in the postbit_legacy and add it just below it.
Code:
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
<vb:if condition="$post['userid']">
<hr />
<dl class="userinfo_extra">
and i changed the code slightly to get rid of "Country:"
Code:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['field5']"><img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" alt="Users Country Flag" border="" /></vb:if>
<!-- Wy Flags End -->
I got it to work after a little trial and error.. It needs to be placed below the avatar code when you have modded the post bits all to hell.. I have several adds to it and once i found were it needed to go it works great! Oh, I am using vB 4.1.3
Attachment 129010