Hello, I'm stoked about this module becoming bigger and better, I look forward to the changes. In the meantime, how could I go about limiting the number of votes a registered user is able to post per day? I can't have the voting be a free for all, it needs to be limited to three per day, but every 24 hours I want to reset the counter and allow an additional three. That being said, the max votes a user has will always be three.

This may not be something necessary for the module itself, but any tips on how I could implement this myself? Thanks.
-JB

Comments

jax’s picture

Another use case: Limit total amount of votes. A user can select only one node he prefers, after one selection he can no longer select any other node (of a specific node type).

ingo86’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Move this to 2.x branch.

marvil07’s picture

Project: Vote Up/Down » Voting API
Assigned: dabellator » Unassigned

Vtonig API let you set the Anonymous vote rollover(admin/settings/votingapi), but it has not the ability to do that for users, since IIRC, it allows only one vote per user.

Please correct me if I'm wrong.

Maybe this is a by design.. let voting api maintainers to decide about it :-) or correct me :-s

ressa’s picture

A limit on votes per day would be a great feature. Here is some code which does just that, for flags: http://drupal.org/node/955724

Perhaps it can be used as a starting point for a Flood API Module some day, with submodules ("Flag Flood", "Vote Flood", etc.) for the different modules?

legolasbo’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Drupal 6 is no longer supported. Closing old issues to clean up the issue queue.

Please reopen and update this issue if this is still an issue in the D7 or D8 version.