Grouping genders and displaying pages only to one gender

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

Responses

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