Page 1 of 1

New Values on user_gender don't show up on output

PostPosted: Sat Jan 12, 2008 11:54 pm
Author: spaniel
I wanted to add more gender options to go with the custom ranks so I changed list_gender values to:

[list type=decimal][*]No Gender[*]Male Human[*]Female Human[*]Male Vulcan[*]Female Vulcan[/list]


I only got that far when I noticed that they are all selectable from the drop down box, but only the first 3 show up on the profile and in the member list, which are the original list_gender values just renamed slightly. The two new ones for values 4 and 5 have no output.


What have I missed or done wrong?

PostPosted: Sun Jan 13, 2008 12:02 am
Author: spaniel
I've just added language values to lang_extend_profile_control_panel.php

Under $lang['No_gender_specify'], I've added

$lang['Male_Vulcan'] = 'Male Vulcan'
$lang['Female_Vulcan'] = 'Female Vulcan'


But still they're not showing. Interestingly my custom ranks are selectable but not showing up (have no output).


I'm definitely missing something. What can that something be?


Many thanks.