Closed (won't fix)
Project:
Delete all
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2008 at 19:53 UTC
Updated:
5 Nov 2012 at 18:17 UTC
I used this module to delete all contents and users on my site. However when i create a new blog, the vote for that node reappears from before. Is there any way that the ratings for every node is cleared when it gets deleted?
--Onvar
http://onvar.net/
Comments
Comment #1
kbahey commentedIf you use Quick delete, then yes, old data will be there.
If you use the Normal delete, the old data should be wiped.
this is documented in the description of the mode:
Comment #2
seandunaway commentedThe problem is that VotingAPI doesn't hook in to delete votes, ever.
Here's the quick fix, which will delete votes when using Delete all's normal delete. The module also creates a button to delete existing orphaned votes.
http://drupal.org/project/votingapi_autoremove
Comment #3
seandunaway commentedWhoops, 6.x, 7.x only.
Comment #4
coderintherye commented5.x is deprecated. Upgrade and use the suggested method by rump (well technically speaking, that is part of VotingAPI now, so you shouldn't need to do anything asides upgrade).