koby411
04-10-2010, 12:59 AM
I've put this in my postbit_legacy
<if condition="$post['field6']"><div class="vb_postbit_info"><b>Gender:</b> $post[field6]</div></if>
Which field6 is the custom field for Gender.
However it it displays this on the forum:
Gender: 1
Why is it showing the "1" instead of "Male", and showing "2" instead of "Female"?
How do I make it show the correct stat?
<if condition="$post['field6']"><div class="vb_postbit_info"><b>Gender:</b> $post[field6]</div></if>
Which field6 is the custom field for Gender.
However it it displays this on the forum:
Gender: 1
Why is it showing the "1" instead of "Male", and showing "2" instead of "Female"?
How do I make it show the correct stat?