It appears that you've copied a lot of code from Views. This has introduced the same fundamental flaw that Views has concerning user lists: it's based on the node table rather than the user table. I don't want to list users 250 times because they've created that many nodes. I want to select users because they belong to a given role or have a certain check box checked or they live in Wyoming and have them show up in the list only once.

Comments

wmostrey’s picture

Status: Active » Postponed (maintainer needs more info)

The members module is not node-centric at all so I'm not sure what you mean. The only code that's been adapted from views is in creating the $form, no actual logic from the views module is being used in processing the data from the settings. The node table is not accessed anywhere in the code.

Currently the only thing the members module does is selecting members with a certain role, and in the near future you will be able to filter on profile fields as you describe.

nancydru’s picture

My apologies. I had the same url specified with my failed attempt to use Views. I look forward to being able to filter by information.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)