Downloads
Release notes
Initial Drupal 6 release of the module.
Lots of work still to be done so NOT YET READY FOR PRODUCTION!
Documentation will follow but the basic setup steps are:
1) install the module in the standard way (must also install the Rules module first)
2) Enable the User Notifications List block
3) Set the appropriate permission per role, users need "see own notifications" permission to see their notifications.
4) Create a new rule, then add a new action called "Send user a new notification", fill out the form using token replacement or PHP to set the recipient of the notification and the actor (acting user is the user who triggered the event that caused the notification). Further documentation will cover each form field.
Test by triggering the event in the above rule and you should see something like "Your Notifications (1 new)" in the block.
NOTE: By default the module will not send a notification if the acting user is also the intended recipient although you can override this with the "Force notification even if recipient is the author." option on the "Send user a new notification" action config form.
Please report bugs & submit feature requests.