In Drupal, how do you create more events in the events dropdown of the Triggered Rules? I'm not sure if I'm supposed to create a new trigger, a new action, or something else.
views:
16answers:
1
+1
A:
You can create a custom module that implements hook_rules_event_info(). There's more detail in the documentation on Adding new events.
Matt V.
2010-07-29 18:40:59
Thanks. I found this info after some digging and got it to work.
Dylan West
2010-08-02 17:41:59