Hi,
I have installed voting rules and whilst all the options come up - i feel like im overlooking something.
as when I create a poll and then vote on it - I cant get any actions to work?
I use: "user votes on a node" as the event but nothing happens after voting. To test i've simply created the following rule with a poll content type in mind:
{ "rules_give_user_points_for_vote" : {
"LABEL" : "Give user points for vote",
"PLUGIN" : "reaction rule",
"REQUIRES" : [ "rules", "voting_rules" ],
"ON" : [ "voting_rules_insert_node" ],
"DO" : [ { "drupal_message" : { "message" : "VOTED!!!!" } } ]
}
}
Comments
Comment #1
mvcSee #1185722: Does this module operate with Advanced Poll module?