I put the gender symbol in that empty space between userinfo and userstats.
Find in postbit:
HTML Code:
<vb:if condition="$post['userid']">
<div class="userinfo_extra">
and add the following above:
HTML Code:
<div style="float:left; font-size:24px;">
<vb:if condition="$post['fieldx'] == 'Male'">
♂
<vb:elseif condition="$post['fieldx'] == 'Female'" />
♀
</vb:if>
</div>
I test specifically for male/Female as I give my members a third option: "None of your business".