PDA

View Full Version : Is this possible


pip_9
09-03-2004, 04:41 PM
Hey,
I am not sure what section this goes under so I will put it here.
Is it possible, when a members signs up to ask them their gender (this is in the registration form), so when they login they get a diffrent set of links depending on their gender.
Hope I explain this ok
Thanks for the help
Phil

Xenon
09-03-2004, 08:16 PM
you can create a custom profile field, and then using template conditionals to dispaly different links depending on their choosen value.

Doable completely without hacking :)

pip_9
09-04-2004, 08:24 AM
I want people to select it when they sign up, no tin their profile, so I just edit the register.php file? or do I have to edit some other ones too?
Thanks for the help
Phil

Xenon
09-05-2004, 05:48 PM
required custom profilefields are showing up in the register page, so the way is described above

nexialys
09-05-2004, 05:54 PM
if the goal is to force users to enter their gender at registration and not be able to modify later, you need a little tweak, because all profilefields are enable by default... (the goal here would be a community for personal ads... ;) )