Hello,
on the project page description is that this module is working with fivestar, could you please add into the code suport for Rate module too?

Thank you
Igor

Comments

mvlabat’s picture

Hi, Igor!
Sorry for a delayed answer. The 7.x-1.x-dev version works well with Rate module. It must be working with every module based on VotingAPI.
You just have to set the configs properly (admin/config/people/userpoints_votingapi). A working example for Rate is:
Min vote value: 1 Max vote value: 1 Points for author: 1
Min vote value: -1 Max vote value: -1 Points for author: -1

Also take a look at #2394177: Make _votingapi_delete_votes_by_entity receive uid of entity
If you want subtracting points, when voted entity is deleted, to work, apply that patch manually.

Thank you for using the module

mvlabat’s picture

Status: Active » Closed (works as designed)