By dgbaldwin on
I have installed Drupal 6.14 to provide a community web site for my condo association. It's working fine, and I think it will fill the bill.
I'm using triggers to send emails to the residents when the site is changed (actually to a forwarding only email that forwards to the residents).
I'm now setting up forum_access to set up a private forum for the board members, and I want only the board members to be notified if that area changes, not the rest of the residents. How can I do this? Thanks.
Comments
_
You can do this with the http://drupal.org/project/rules module-- it's like triggers on steriods ;-)
Thanks
Thanks, I'll check it out.