Closed (fixed)
Project:
Node Vote
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 15:51 UTC
Updated:
8 Apr 2008 at 18:47 UTC
Hello,
Is there any way to reset the votes on nodes? or reset all votes in the system?
Thanks for your help,
Troiana
Comments
Comment #1
kbahey commentedThere is no way from the module itself, but if you do this from the database:
TRUNCATE node_vote;
It will clear all votes for all nodes.
Comment #2
kbahey commentedMake that:
TRUNCATE nodevote;
Without the underscore.
Comment #3
Helenag commentedThank you, thank you for your prompt reply!! It works :-)