I am using an implementation with Flag + Userpoint rules + Rules
I want to give user points to users whenever their content is flagged 'up' and remove points when content is flagged 'down'.
However, under rules actions for userpoints, I only see 'Flagging user' as an argument. Is it possible to provide a patch that would give 'Node author' and 'Comment author' as arguments?
I am not a coder but can offer to test the patch to make sure it works as intended.
Comments
Comment #1
vertazzar commentedsame issue here http://drupal.org/node/549610
Comment #2
Bilmar commentedYou can achieve this with:
Event: node has been flagged
Action: node-load content author
Action: user points-grant points to a user
The argument will have flagged content author available