Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm using the http://drupal.org/project/rate module to allow the visitors to rate content. I need the author of the contents get point based in the votes provided for the rate module.

There are plenty of modules to allow the author to get points but I'm looking for one which works fine with the rate module.

share|improve this question
add comment (requires an account with 50 reputation)

2 Answers

up vote 0 down vote accepted

You should try the Voting Rules module. It works with voting_api, the rate module uses voting_api too, so it should solve your problem. Unfortunately not so well maintained module, so at least this patch need. But you can try it without patch, if it won't work, it will not because of that patch.

share|improve this answer
The Voting Rules and User Points modules do the job. – chefnelone Nov 21 '12 at 11:00
add comment (requires an account with 50 reputation)

You can try User Points module.

This module provides an API for users to gain or lose points for performing certain actions on your site.

share|improve this answer
But I still need another module to let the Rate module to hook into User Points. Am I right? Like this one (this is only for D6) drupal.org/project/userpoints_votingapi – chefnelone Nov 21 '12 at 10:41
Try making a custom module there is a plenty of User Points hooks available. – Nikhil M Nov 21 '12 at 10:45
I get it by using the drupal.org/project/voting_rules module. – chefnelone Nov 21 '12 at 11:01
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.