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

WorldFallz’s picture

You can do this with the http://drupal.org/project/rules module-- it's like triggers on steriods ;-)

dgbaldwin’s picture

Thanks, I'll check it out.