Charlie, Have you changed the Green code bit below, on your forum
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/testvb/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>