Hello

I have created an extra field Date of Birth in the user fields.
Now how can I show all the users with the same birth date having the logged in users birth date.

another thing how can I show all the birth dates?

Comments

vm’s picture

you can use the views.module to pull data from the database. http://drupal.org/project/views

sat.sust’s picture

Thanks....

I am using view but did not get how to put User:DOB = Current:User DOB in filtering ....
How can i do that?

vm’s picture

you will need to look into using filters and relationships.

sat.sust’s picture

Yes

I have given following value in filter

User: Active (Yes)

now I want to gave
User: DOB (= current users DOB)

how can I do that?