Active
Project:
Plus 1
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 15:49 UTC
Updated:
2 May 2011 at 14:12 UTC
Hello, I don't know how do this : An identified user can vote only 3 times for 3 different node.
It's for a short-term commercial operation.
Can you please help?
Thanks
Comments
Comment #1
nancydruYou can limit voting to authenticated users (permission) and you can limit them to vote once per node, but to a maximum of 3 votes, not yet, and maybe never - unless VotingAPI does it. But I will take a look at how to do it. It won't be short-term though.
Comment #2
Mog commentedOK, thanks for your time.
Comment #3
vadim.eremeev commentedHi,
Yeah I have same problem - VotingAPI in
votingapi_set_votes()clean all old votes by usingvotingapi_delete_votes().. as alternative idea is to usevotingapi_add_votes($votes)andvotingapi_recalculate_results($type, $id)after that (or by cron) - then seems multiple votes per user can be there.Thanks,
Vadim