Niadene,
I don't use Postbit_legacy. But; as I said above, as there is limited space with the Posbit_Legacy - if you have too many items in there, it won't work.
FIND:
Code:
<if condition="$post['age']"><div class="userinfo"><strong>$vbphrase[age]: $post[age]</div></if>
ADD BELOW:
Code:
<p>
<!-- Wy Country Flags Start -->
<if condition="$post['field6']">
Country: <img src="http://www.coders-realm.com/images/buttons/flags/$post[field6].GIF" alt="$post[username]'s Country Flag on My Country!" border="" />
</if>
<!--// Wy Country Flags End -->
It is a matter of moving it around to find a place that suits you and your forum best.
PS - Your flags are in the right Place.