vote limits not applied
davidsnyder@me.com - April 25, 2007 - 19:59
| Project: | DrupalIt |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Regardless of the setting you can vote multiple times on any node simply by refreshing the page. Just FYI, running this module on a test site using Drupal 5, no other modules (other than core) installed.

#1
Can you show me a test link? The module checks for the user id, and if this doesn't and anonymous vote is allowed checks for the users IP. So it doesn't really work if you have a dinamic IP. Maybe in next release I'll implement a cookie, but this can be easily avoided too if you really want this.
#2
Anon voting is disabled - only registered user can vote. it is still checking for the IP as a logged in user - also I have a static IP.
#3
Yes, it stores the ip even if you are a user, but it doesn't use it to check the last time you voted. What limit do you have set in the setting page?