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.
Asked
Active
Viewed 872 times
1 Answers
1
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.
- 9,703
- 10
- 35
- 56
-
Thanks. I found this info after some digging and got it to work. – Dylan West Aug 02 '10 at 17:41