Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hey how do you delete hidden comments?
This discussion has been closed.
Comments
I suppose this would constitute me being silly. Sorry.
My Vanilla flavoured forum is not yet fully open, still using phpBB until I get my head around this lack of feature. OK so the size thing might not be such a big deal but I sometimes get kids innocently posting inappropriate comments which I need to remove. Currently I am editing the post, marking it "to be deleted" then searching in the database and zapping it there.
Cumbersome!
Your best bet is to just hide them for now untli the purge comments extension is working/available.
Once posts are marked hidden, I bet you can delete all of them in one go by executing
DELETE FROM LUM_Comment WHERE Deleted = '1'
I don't know how safe this is, and I don't think it will remove the topics from the grid either. I can monkey around a bit more to see how to do that if you wish.