Note: i think it would be better if you wordletize the M and F wordlets. making them $vars_wordlets_mods{'Female'} and $vars_wordlets_mods{'Male'} and adding in..:
q~Female~ => q~Female~, q~Male~ => q~Male~,
to be added in the vars_wordlets_mods
And in public_display, it should look something like this..:
if (($vars_registration{custom7_field_use} ne 'DEL') && ($vars_registration{customfield7} ne '') && ($user_profile[62] eq "male")) { $sex_hack = qq~~, }
if (($vars_registration{custom7_field_use} ne 'DEL') && ($vars_registration{customfield7} ne '') && ($user_profile[62] eq "female")) { $sex_hack = qq~~, }
} # end field custom 7
and in the public_display_something.pl file you can include $sex_hack
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.