Blog comment spam - thousands to delete :(
Morning,
One of the posts on our blog has had a couple of thousands spam comments added to it. I've had a look at SF's interface to see if there's a quick way to delete these, but it doesn't look like it. Before I go and delete these in the database I wanted to make sure I'm not going to orphan a bunch of records and make SF cry.
I also wanted to double-check the table I should be looking at.
Thanks a lot,
Ian
IanP,
Sorry for reposting on such an old thread, but Ian is right - I want to know which table to truncate. I shouldn't have to build a page to do what will take me seconds to do in the database.
Hi David,
Please note that we do not recommend to make manual changes to the database since this may harm your project.
The supported way to delete comments is through the Sitefinity backend under Content -> Comments or delete the comments using the API. You may refer to the following samples from our documentations for more details:
Delete comments
Delete comments (6.1 and below)