Quote:
Originally Posted by cooltechie
I have an existing test user, but it doesn't include the stat. Does each user have to select it before it appears?
|
The Gender profilefield must be set to default!
Goto AdminCP => User Profile Field Manager => Gender => Set Default: Yes
Quote:
Originally Posted by cooltechie
Also, how can I put it all in one row instead of three rows? Thanks!!
|
Set the code on FORUMHOME Template to this:
Code:
<div class="smallfont">$vbphrase[gender_on_board]
<img src="images/gender/Female.gif"> $allgirls_prozent % ($allgirls)
<img src="images/gender/Male.gif"> $allboys_prozent % ($allboys)
<img src="images/gender/Undisclosed.gif"> $allzwitter_prozent % ($allzwitter)</div>