Posted by Troiana on April 8, 2008 at 3:51pm
Jump to:
| Project: | Node Vote |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
Is there any way to reset the votes on nodes? or reset all votes in the system?
Thanks for your help,
Troiana
Comments
#1
There 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.
#2
Make that:
TRUNCATE nodevote;
Without the underscore.
#3
Thank you, thank you for your prompt reply!! It works :-)