Hi friends
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

ainigma32’s picture

Project: Drupal core » Views (for Drupal 7)
Version: 5.x-dev » 5.x-1.5
Component: user.module » Views Data
Priority: Critical » Normal

This sounds like a Views question. Reassigning... (guessing the version)

- Arie

merlinofchaos’s picture

Status: Active » Closed (works as designed)

Views 1 displays nodes, not users. What you display when you do that is a list of content written by the selected users.