Closed (won't fix)
Project:
Voting API
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2009 at 08:09 UTC
Updated:
7 Dec 2017 at 09:24 UTC
Jump to comment: Most recent
Comments
Comment #1
maczkojanos commentedIts solved with sql.
Comment #2
funana commentedIt would be very nice if you could post the SQL statements to delete all votes by user or IP.
This should be a feature of the module I think...
Comment #3
marcoka commentedyea, the statement would be nice
Comment #4
pivica commentedFor user
DELETE FROM votingapi_vote WHERE uid = 127;For ip
DELETE FROM votingapi_vote WHERE vote_source = '127.0.0.1';And there is also votingapi_cache, its not easy to erase data from there because we don't have uid or ip data in that table. But cached vote results will be recalculated next time when somebody votes on that content.
And yes I also agree that this functionality need to exist, maybe in votingapi or in some other new module.
Comment #5
legolasboDrupal 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.