You are here

README.txt in Notify 6

------------------------
NOTIFY 6.x MODULE README
------------------------

This is a simple notification module. It provides e-mail notifications to
members about updates and changes to the Drupal web site.

Send comments via the issues queue on drupal.org:
http://drupal.org/project/issues/notify

------------------------
REQUIREMENTS
------------------------

This module requires a supported version of Drupal and cron to be
running.

------------------------
INSTALLATION
------------------------

1. Extract the notify module directory, including all its
   subdirectories, into directory where you keep contributed modules
   (e.g. sites/all/modules/).

2. Enable the notify module on the Modules list page.  The database
   tables will be created automagically for you at this point.

3. Modify permissions on the Administer >> User management >>
   Permissions page

   To set the notification checkbox default on new user registration
   form, or let new users opt in for notifications during
   registration, you must grant the anonymous user the right to access
   notify.

4. Configure general notification settings.  See the "Usage" section
   below for details.

------------------------
USAGE
------------------------

The administrative interface for general settings is at: Administer >>
Site configuration >> Notification settings

When setting how often notifications are sent, note that e-mail
updates can only happen as frequently as the cron is set to run.
Check your cron settings.

The administrative interface to review and see per-user settings is:
Administer >> >> User management >> Users >> Notifications.

To manage your own notification preferences, click on the
"Notification settings" on your "My account" page.

------------------------
AUTHOR / MAINTAINER
------------------------

Kjartan Mannes <kjartan@drop.org> is the original author.

Rob Barreca <rob@electronicinsight.com> was a previous maintainer.

glass.dimly http://glassdimly.com/ contributed Notify Views integration

Matt Chapman <matt@ninjitsuweb.com> is the current maintainer.

------------------------
RELATED PROJECTS & ALTERNATIVES
------------------------

http://drupal.org/project/notify_by_views
http://drupal.org/project/subscriptions
http://drupal.org/project/notifications

========================================================================

------------------------------------------
NOTIFY VIEWS INTEGRATION 6.x MODULE README
------------------------------------------

The Notify Views Integration submodule is small module that simply
tells the Views module about the Notify database so you can create
listings of users by notify subscription status for export or
administration.

There is no configuration page for this submodule. Too see it in
create a view of type "User" and you'll see that under "Fields" and
"Filters" there are additional options under the category "Notify."

A typical use case is to to make a listing of node subscribers with
names and email addresses and then exported that list using the Views
Data Export module (https://drupal.org/project/views_data_export).

========================================================================

File

README.txt
View source
  1. ------------------------
  2. NOTIFY 6.x MODULE README
  3. ------------------------
  4. This is a simple notification module. It provides e-mail notifications to
  5. members about updates and changes to the Drupal web site.
  6. Send comments via the issues queue on drupal.org:
  7. http://drupal.org/project/issues/notify
  8. ------------------------
  9. REQUIREMENTS
  10. ------------------------
  11. This module requires a supported version of Drupal and cron to be
  12. running.
  13. ------------------------
  14. INSTALLATION
  15. ------------------------
  16. 1. Extract the notify module directory, including all its
  17. subdirectories, into directory where you keep contributed modules
  18. (e.g. sites/all/modules/).
  19. 2. Enable the notify module on the Modules list page. The database
  20. tables will be created automagically for you at this point.
  21. 3. Modify permissions on the Administer >> User management >>
  22. Permissions page
  23. To set the notification checkbox default on new user registration
  24. form, or let new users opt in for notifications during
  25. registration, you must grant the anonymous user the right to access
  26. notify.
  27. 4. Configure general notification settings. See the "Usage" section
  28. below for details.
  29. ------------------------
  30. USAGE
  31. ------------------------
  32. The administrative interface for general settings is at: Administer >>
  33. Site configuration >> Notification settings
  34. When setting how often notifications are sent, note that e-mail
  35. updates can only happen as frequently as the cron is set to run.
  36. Check your cron settings.
  37. The administrative interface to review and see per-user settings is:
  38. Administer >> >> User management >> Users >> Notifications.
  39. To manage your own notification preferences, click on the
  40. "Notification settings" on your "My account" page.
  41. ------------------------
  42. AUTHOR / MAINTAINER
  43. ------------------------
  44. Kjartan Mannes is the original author.
  45. Rob Barreca was a previous maintainer.
  46. glass.dimly http://glassdimly.com/ contributed Notify Views integration
  47. Matt Chapman is the current maintainer.
  48. ------------------------
  49. RELATED PROJECTS & ALTERNATIVES
  50. ------------------------
  51. http://drupal.org/project/notify_by_views
  52. http://drupal.org/project/subscriptions
  53. http://drupal.org/project/notifications
  54. ========================================================================
  55. ------------------------------------------
  56. NOTIFY VIEWS INTEGRATION 6.x MODULE README
  57. ------------------------------------------
  58. The Notify Views Integration submodule is small module that simply
  59. tells the Views module about the Notify database so you can create
  60. listings of users by notify subscription status for export or
  61. administration.
  62. There is no configuration page for this submodule. Too see it in
  63. create a view of type "User" and you'll see that under "Fields" and
  64. "Filters" there are additional options under the category "Notify."
  65. A typical use case is to to make a listing of node subscribers with
  66. names and email addresses and then exported that list using the Views
  67. Data Export module (https://drupal.org/project/views_data_export).
  68. ========================================================================