| 1 |
// $Id: README.txt,v 1.2 2008/27/14 13:43:19 mojah Exp $ |
// $Id: README.txt,v 1.3.8.1 2008/06/09 19:45:38 earnie Exp $ |
| 2 |
|
|
| 3 |
**************** |
**************** |
| 4 |
Module Functions |
Module Functions |
| 5 |
**************** |
**************** |
| 6 |
|
|
| 7 |
- Filtering of users based on profile.module fields |
* Filters * |
| 8 |
- Filter user based on status active or blocked |
- Filter users based on permission, status, created, accessed, email, id and |
| 9 |
- Mass emailing/deleting of the filtered users |
role. |
| 10 |
- Notify selected roles when a new user registers for an account |
- Filter users based on profile.module admin created profile fields. |
| 11 |
- Show all users who never logged in |
- Advanced filtering with user selected conditional phrases. |
| 12 |
- notfiy site admin when profile fields has been updated by a user |
|
| 13 |
|
* Selected Mass Actions * |
| 14 |
|
- Block/Unblock users |
| 15 |
This module allows the advanced filtering of users based on profile.module fields |
- Delete users |
| 16 |
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. |
- Email users |
| 17 |
It also has memory capabilities and remembers the last used filter so that users can be narrowed down to specific common denominators |
- Add/Remove a specified role |
| 18 |
eg. All female users with pet frogs who live in Alaska |
|
| 19 |
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. |
* Administrative Background Actions * |
| 20 |
It can also be used to delete all users of this group. |
- Use access control permission "receive email advuser" to notify selected |
| 21 |
|
roles when a new user registers for an account or a user has updated her |
| 22 |
|
profile fields. |
| 23 |
|
|
| 24 |
|
|
| 25 |
|
The "Advanced User" module allows users with the correct permissions to |
| 26 |
|
filter the user table so that actions can be performed. Version 2 of this |
| 27 |
|
module presents an advanced filtering form to allow the user to specify the |
| 28 |
|
conditional phrase for the filter. Access control permissions also allow |
| 29 |
|
users in a specified role to be able to receive notification of new users and |
| 30 |
|
user profile changes. |
| 31 |
|
|
| 32 |
************* |
************* |
| 33 |
Installation |
Installation |
| 34 |
************* |
************* |
| 35 |
|
|
| 36 |
|
Simply drop the module into the Drupal sites/all/modules folder or the |
| 37 |
Simply drop the module into the Drupal modules folder, and activate via the admin panel as normal. No database installation required. |
sites/<mysite>/modules folder and activate via the admin/build/modules UI as |
| 38 |
|
normal. No database installation required. |
| 39 |
|
|
| 40 |
|
Settings: |
| 41 |
|
Navigate to admin/settings/advuser to setup the email notification and other |
| 42 |
|
items related to your operation of this module. |
| 43 |
|
|
| 44 |
Usage: |
Usage: |
| 45 |
Navigate to settings -> advuser to select which profile_fields can be filtered |
Navigate to admin/user/user/advuser to begin filtering and creating actions |
| 46 |
You also have the option to config number of users to display per listing |
for selected users. |