This is on a test site. I can post the resulting code.
This is in the postbit and I posted a bit of code before and after this is the default code besides the flag code.
Code:
<span class="username guest">{vb:raw post.username}</span>
</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}
<!-- Flags Start -->
<if condition="$post['field7']">
Country: <img src="http://www.Your ForumAddress.com/images/buttons/Flags/$post[field7].GIF"/>
<!--// Flags End -->
</span>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</vb:if>
Here is the image path to my flags:
I found a mistake I made corrected in in the image path code but still no go.
/ public_html / testvb / images / buttons / Flags / Flags /
The second flags is the folder with all the gifs. Should I move them to the first flags folder?