Closed (works as designed)
Project:
User Points Voting API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2015 at 11:34 UTC
Updated:
23 Apr 2015 at 14:29 UTC
Jump to comment: Most recent
Comments
Comment #1
mvlabat commentedHi, 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
Comment #2
mvlabat commented