You are here

README.txt in Advanced User 5

****************
Module Functions
****************

- Filtering of users based on profile.module fields
- Filter user based on status active or blocked
- Mass emailing/deleting of the filtered users
- Notify selected roles when a new user registers for an account
- Show all users who never logged in
- notfiy site admin when profile fields has been updated by a user


This module allows the advanced filtering of users based on profile.module fields
Site administrators will have access to a list of profile.module fields through which users can be filtered via the settings->advuser menu of the module.
It also has memory capabilities and remembers the last used filter so that users can be narrowed down to specific common denominators
eg. All female users with pet frogs who live in Alaska
The module can then be used to send a mass email to all selected users of the above filtered common denominators ie. All females with frogs in Alaska.
It can also be used to delete all users of this group.

*************
Installation
*************


Simply drop the module into the Drupal modules folder, and activate via the admin panel as normal. No database installation required.

Usage:
Navigate to settings -> advuser to select which profile_fields can be filtered
You also have the option to config number of users to display per listing

File

README.txt
View source
  1. ****************
  2. Module Functions
  3. ****************
  4. - Filtering of users based on profile.module fields
  5. - Filter user based on status active or blocked
  6. - Mass emailing/deleting of the filtered users
  7. - Notify selected roles when a new user registers for an account
  8. - Show all users who never logged in
  9. - notfiy site admin when profile fields has been updated by a user
  10. This module allows the advanced filtering of users based on profile.module fields
  11. Site administrators will have access to a list of profile.module fields through which users can be filtered via the settings->advuser menu of the module.
  12. It also has memory capabilities and remembers the last used filter so that users can be narrowed down to specific common denominators
  13. eg. All female users with pet frogs who live in Alaska
  14. The module can then be used to send a mass email to all selected users of the above filtered common denominators ie. All females with frogs in Alaska.
  15. It can also be used to delete all users of this group.
  16. *************
  17. Installation
  18. *************
  19. Simply drop the module into the Drupal modules folder, and activate via the admin panel as normal. No database installation required.
  20. Usage:
  21. Navigate to settings -> advuser to select which profile_fields can be filtered
  22. You also have the option to config number of users to display per listing