drupal - How well Users Points Voting API works with FiveStars module -


i'm using "users points voting api" module combine "user points" module , "fivestar" module.

it works, not expected. when user rate post, author gains n points. if user removes vote, author loses n points.

n fixed number (i set in settings). fixed, , not related number of stars, depends on number of votes 1 receives , not how , how bad these votes (1,2.. or 5 stars).

can confirm i've written ? seems module should work differently because allows specify positive , negative votes. maybe has not been developed fivestar module.

thanks

all votes in fivestar module positive in sense 1 star above zero. problem not integration itself, 2 modules don't mix well. user points react on positive/negative votes, since votes in fivestar positive, 1 star gain same result 5 star vote.

you argue bad idea, how designed.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -