This is a record of the feature requests that I have had so far. Pleases add yours as comments. Contributions accepted and may help prioritise implementation!
Very Easy (may get done soon) -done!
- Column titles in the csv file
- Allow for wordpress installations that do not have WP_SITEURL defined. See http://digwp.com/2009/07/optimize-wordpress-performance-with-the-wp-config-php-file/
- Allow visibility of lists beyond logged in users (eg: maybe via shortcode)
Not too hard, but will take time
- Roles – these are tricky – the plugin is attempting to list user data generically so that it can cope with any way that another plugin may have stored user data in the meta table. Due to the way that the user roles are stored, these values came up as separate fields or columns such as “capabilities administrator”. The other roles that do not have data values are not always showing up. This seems to depend on whether there is a second column in the capabilities array – the administrator has, the others do not. Some special code is therefore required for this data to present it in a way that is more useful for the viewer.
- A “search member” function
Hmmmm…
- People have requested mu and bbpress support. I do not use either, however the table structure seems to be the same. In addition I have seen news that Mu is being merged into wordpress. So at this point I am not inclined to pursue this further. If someone wants it to work on bbpress, try installing it there and if you let me know any code modifications required, I’d be happy to include those.
- Generally allow dynamic specification of tables for use against other similar structures(!) . Given that even this plugin has required some bits of special functionality (kinda hardcoding for some fields), a very generic one may not be that practical.. will wait on this) -Quote: I need the same functionality for MailPress, phplist, events registration, MM forms, Simple:Press. (As you can see, I like database supported plugins

Related posts:
- Amr users plugin for user reporting launched A plugin that digs deep into the user meta data to allow you to configure almost any user list you...
- User directories or lists If one is using a number of plugins to manage a membership site, one may find that one needs more...
- Amr users – additional lists have defaults now in version 1.4.3 Some of you who are using many lists found that somehow in one of the updates, the additional lists had...
- AmR user list 1.4.4 some extras and a bug fix Version 1.4.4 just uploaded at wordpress Added exclusion of deprecated duplicate fields (eg: wordpress currently returns both user_description and description,...