You are here

notify_node_authors_about_new_comments.info in Rules Bonus Pack 7

core = "7.x"
dependencies[] = "comment"
dependencies[] = "features"
dependencies[] = "list"
dependencies[] = "rules"
description = "An example rule, allowing users to optionally be notified when comments are posted to their content."
features[field][] = "user-user-field_user_comment_notify"
features[rules_config][] = "rules_notify_node_author_on_new_comments"
name = "Notify node authors about new comments"
package = "Features"
php = "5.2.4"

File

example features/comment_notification/notify_node_authors_about_new_comments.info
View source
  1. core = "7.x"
  2. dependencies[] = "comment"
  3. dependencies[] = "features"
  4. dependencies[] = "list"
  5. dependencies[] = "rules"
  6. description = "An example rule, allowing users to optionally be notified when comments are posted to their content."
  7. features[field][] = "user-user-field_user_comment_notify"
  8. features[rules_config][] = "rules_notify_node_author_on_new_comments"
  9. name = "Notify node authors about new comments"
  10. package = "Features"
  11. php = "5.2.4"