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

nancydru’s picture

Category: support » feature

You 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.

Mog’s picture

OK, thanks for your time.

vadim.eremeev’s picture

Hi,

Yeah I have same problem - VotingAPI in votingapi_set_votes() clean all old votes by using votingapi_delete_votes() .. as alternative idea is to use votingapi_add_votes($votes) and votingapi_recalculate_results($type, $id) after that (or by cron) - then seems multiple votes per user can be there.

Thanks,
Vadim