I thought from reading the documentation that when I create new rule sets I should be able to use them as "actions" with Triggers. But when I go and look at the actions settings page (/admin/settings/actions) the only Rule Set I see there is the default one (Rule Set Example working with content). Is this something that isn't implemented in the Drupal 6 version yet or am I misunderstanding the documentation
Comments
Comment #1
mitchell commentedI don't know how rule sets work, but this probably has to do with the documentation. :)
Perhaps a video would help people with this complex feature.
Comment #2
fago> I thought from reading the documentation that when I create new rule sets I should be able to use them as "actions" with Triggers
No, you get only a rules action.
Comment #3
fagoMapping actions back to core actions might be a nice feature though - in particular for rule sets, as you could wrap any rules into an action.
Comment #4
vpapadim commentedi am also puzzled with how rule sets work, but i think that they show up on the rule actions only if the claimed variable (the one defined upon rule set creation) is available at that time.
very confusing...
Vasilis
Comment #5
aantonop commentedIf your rule set depends on a specific thing, like a node or a user it will not appear as an action if that object is not present in your rule.
So, easiest way to solve that is to load a node or load a user by id in your rule and then any rule sets needing nodes or users will appear
Comment #6
mitchell commentedDocumentation is available in a link on the project page.
Comment #8
hughbris commentedI was also completely confused by the rulesets explanation. It didn't even sound like it made sense. I will figure it out, but not from the documentation :(
Comment #9
El Bandito commentedUnfortunately I'm with hughbris. From the documentation :
Can some kind person please translate this into something comprehensible to mere mortals like me ;-) I have a feeling that adding a rule set to a rule allows more actions to become available, relating to the arguments associated with the rulesset, but I'm very, very unclear.
Any pointers much appreciated.
El B
Comment #10
mitchell commentedTake a look at node one's screencasts:
http://nodeone.se/blogg/learn-rules-with-nodeone-part-6-a-simple-rule-set is a good start.
Comment #11
mitchell commentedSee also: https://drupal.org/node/1300024