| 1 |
------------------------
|
| 2 |
NOTIFY MODULE README
|
| 3 |
------------------------
|
| 4 |
|
| 5 |
This is a simple notification module. It provides e-mail notifications to
|
| 6 |
members about updates and changes to the Drupal web site.
|
| 7 |
|
| 8 |
Send comments via the issues queue on drupal.org:
|
| 9 |
http://drupal.org/project/issues/notify
|
| 10 |
|
| 11 |
------------------------
|
| 12 |
REQUIREMENTS
|
| 13 |
------------------------
|
| 14 |
|
| 15 |
This module requires a supported version of Drupal and cron to be
|
| 16 |
running.
|
| 17 |
|
| 18 |
------------------------
|
| 19 |
INSTALLATION
|
| 20 |
------------------------
|
| 21 |
|
| 22 |
1. Extract the notify module directory, including all its subdirectories, into
|
| 23 |
your sites/all/modules directory.
|
| 24 |
|
| 25 |
2. Enable the notify module on the Administer >> Site building >> Modules page.
|
| 26 |
The database tables will be created automagically for you at this point.
|
| 27 |
|
| 28 |
3. Modify permissions on the Administer >> Users >> Permissions page.
|
| 29 |
|
| 30 |
4. Go to Administer >> Content >> Notification settings and modify the settings
|
| 31 |
to your liking.
|
| 32 |
Note: e-mail updates can only happen as frequently as the cron is setup to.
|
| 33 |
Check your cron settings.
|
| 34 |
|
| 35 |
5. To enable your notification preferences, click on the "My notification
|
| 36 |
settings" on the "My account" page. Or, similarly go to another user's
|
| 37 |
account page at user/<user_id_here> to modify his or her personal settings.
|
| 38 |
|
| 39 |
6. Additional options can be set at Administer >> User management >> Users by
|
| 40 |
clicking the "Notification settings" tab.
|
| 41 |
|
| 42 |
------------------------
|
| 43 |
AUTHOR / MAINTAINER
|
| 44 |
------------------------
|
| 45 |
|
| 46 |
Kjartan Mannes <kjartan@drop.org> is the original author.
|
| 47 |
|
| 48 |
Rob Barreca <rob@electronicinsight.com> was a previous maintainer.
|
| 49 |
|
| 50 |
Matt Chapman <matt@ninjitsuweb.com> is the current maintainer.
|
| 51 |
|
| 52 |
------------------------
|
| 53 |
RELATED PROJECTS & ALTERNATIVES
|
| 54 |
------------------------
|
| 55 |
|
| 56 |
http://drupal.org/project/notify_by_views
|
| 57 |
http://drupal.org/project/subscriptions
|
| 58 |
|
| 59 |
------------------------
|
| 60 |
WISHLIST
|
| 61 |
-----------------------
|
| 62 |
|
| 63 |
-Templated emails
|