AdminCP > Profile Fields > Add new PRofile field > Single Select Menu >
Tile > Gender
Description > This is your gender, your either male or female 99% of the time.
Options:
Undisclosed
Male
Female
Default Option: Yes, but not blank
make note of the field id
Template edit:
in postbit(_legacy)
find
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
add under
<if condition="$post[fieldX] != Undisclosed"><div>Gender: $post[fieldX] <img src="$stylevar[imgdir_misc]/gender_$post[fieldX].gif" alt="$post[fieldX]" /> </div></if>
Change X to the field id
And yer done
For the images to work you would need to upload a
images/misc/gender_male.gif and gender_female.gif
If you dont have or want images remove the img tag