drupalfun.com
Grouping genders and displaying pages only to one gender
Submitted by shalom3d on Sat, 09/26/2009 - 14:01
Status:
Open Question:
My question is and if possible
to have from the registration 2 genders MAN and WOMAN
and with in both genders have smaller groups of ages 13 to 17 18 to 24 and so on.
plus to have ads that shows up depending on the age


1. Yes, Use CCK fields in the
Yes,
Use CCK fields in the content profile.
Then put some PHP code in the block's display if is true field.
This PHP snippet should:
//get the user
//find the related content profile
//check if the cck field is something
If you need the full code later on, send me an email.
Greetings,
Dorien