| 1 |
// $Id: README.txt,v 1.3.8.1 2008/06/09 19:45:38 earnie Exp $
|
| 2 |
|
| 3 |
****************
|
| 4 |
Module Functions
|
| 5 |
****************
|
| 6 |
|
| 7 |
* Filters *
|
| 8 |
- Filter users based on permission, status, created, accessed, email, id and
|
| 9 |
role.
|
| 10 |
- Filter users based on profile.module admin created profile fields.
|
| 11 |
- Advanced filtering with user selected conditional phrases.
|
| 12 |
|
| 13 |
* Selected Mass Actions *
|
| 14 |
- Block/Unblock users
|
| 15 |
- Delete users
|
| 16 |
- Email users
|
| 17 |
- Add/Remove a specified role
|
| 18 |
|
| 19 |
* Administrative Background Actions *
|
| 20 |
- 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
|
| 34 |
*************
|
| 35 |
|
| 36 |
Simply drop the module into the Drupal sites/all/modules folder or the
|
| 37 |
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:
|
| 45 |
Navigate to admin/user/user/advuser to begin filtering and creating actions
|
| 46 |
for selected users.
|