Oh, please help me:

I can not understand how to add the rule to give points to the author of the node?

In arguments I see only the user who voted, but not user who receive vote...

Comments

bangkpow’s picture

Add an action "Load user account", and add a token [node:author-uid] in User id field

heydemo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

federico’s picture

Status: Closed (fixed) » Active

Hi, I'm using the rate module to cast votes. I'm trying to assign userpoints to the author of comments being voted on, but I'm receiving an error message and no votes are casted.

Rule to assign +1 point to the author of a comment that has been voted:

Triggered rule

- ON event User votes on a comment ( I also tried "votingpoints: user votes to content")

- Action 1 : Load user account - User id: [comment:author-uid] (Loaded User)
- Action 2 : Cast Vote on a user - 
	The user being voted on: Loaded User
	Vote value type: points
	Vote value: 1
	Tag: vote (the same as in the "rate" widget)
	User Id casting the vote: user
Unable to find "action" of name "voting_rules_action_cast_vote_user" with the label "Cast Vote on a user". Perhaps the according module has been deactivated.

I've disabled and enabled the module and also "votingpoints", and I'm still getting the error.

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)