I have a german vb setup and used this to try it but it is not working:
PHP Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]<if condition="$post[field5]"><img src="$stylevar[imgdir_misc]/$post[field5].gif" alt="$post[field5]" /></if>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]<if condition="$post[field5]"><img src="$stylevar[imgdir_misc]/$post[field5].gif" alt="$post[field5]" /></if>
</if>
</div>
<if condition="$post['field5'] & 1">
<div> Geschlecht: <img src="$stylevar[imgdir_misc]/keines.gif" />
</if>
<if condition="$post['field5'] & 2">
<div> Geschlecht: <img src="$stylevar[imgdir_misc]/maennlich.gif" />
</if>
<if condition="$post['field5'] & 3">
<div> Geschlecht: <img src="$stylevar[imgdir_misc]/weiblich.gif" />
</if>