Closed (fixed)
Project:
Voting API
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2011 at 20:37 UTC
Updated:
15 Apr 2014 at 17:34 UTC
Jump to comment: Most recent
Comments
Comment #1
amedjones commentedYou many have to do a pre-check prior to storing the votes.
The votingapi table contains the IP address and the content_id that you can use to for the precheck
something like
1) query the votingapi to get the ip address and content_id
2) Do an If check criteria comparison between the current IP and whats stored in the database)
something like ( if browser IP = stored IP and content_id = the current contend_id )
// abort
else (
// store vote
hope that helps
Comment #2
quotesbro commentedComment #3
quotesbro commented