In my site there are 3 type of users,
1) anonymous
2) club member
3) authenticated users.

I need to get the name of club members in a page , for that i created one view for that.
In that i given the filter as Role: Author Role, Is All of ... club member , but it still showing the zero result.
what the wrong with my view,
Please reply to me.

Thanks
Binoy

Comments

WorldFallz’s picture

Views in d5 are node based-- that view will only create a list of the nodes who have been authored by users belonging to the role. If you have no nodes authored by users in the role, it will show zero. In D6 you can create lists based on users but in d5 you'd probably have to use one of the user profiles as nodes modules (bio, nodeprofile, etc).

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz