What I want it to do is to only show up on the public_display_profile (next to $user_public_name) after being "inputted" in either in public_reg, in public_edit, or in cp_whateveritis as the gender choice.
I know I've probably got this quite wrong, but I thought I'd post it 'just in case you happened to be interested in helping me out'.
In pub_reg/pub_edit, should the option look something like the following? (I can't get the following to be noticed is the problem... maybe I've just got the select written wrong? =/ )
And in public_display, should it look something like this? (I think I may have screwed this up too. =( )
if (($vars_registration{custom7_field_use} ne 'DEL') && ($vars_registration{customfield7} ne '') && ($user_profile[62] eq "male")) {
print < }
if (($vars_registration{custom7_field_use} ne 'DEL') && ($vars_registration{customfield7} ne '') && ($user_profile[62] eq "female")) {
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.