Hi All,
I'm building a social community website. I've extended the registration process by enabling the profile module. Added a drop down list for countries, added check boxes interests. The problem is that i need to create a directory in which users can search for members based on the following criteria:
- Name
- Country
- Interests ( which should be check boxes )
- Filter by group ( list of all groups )

Now, what i was able to do is the following:
downloaded the usernode module to show users in views, inserted the fields to be displayed. Display the result in a table. But I don't know how to show the name of the group each member is subscribed in.

Any help is appreciated specially that the deadline is close.

-Bassam