Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Blog Module /

Discuss the Blog Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to select ALL comments and mark as Spam or Delete


Go to End


3 Posts   2613 Views

Avatar
Susie

Community Member, 3 Posts

14 August 2009 at 11:03am

I used help from here to force all comments to Moderation first, great, and thanks! But now when I visit the Comments tab, I always have like 300 spam waiting for me to either mark as Spam or Delete. There does not seem to be a Select All, so I've been moving to spam each one. The Delete option has the usual do-you-really-want-to-do-this popup, making that a two step choice. I did a SS search and a web search but can't find anyone complaining about this! <g>
Susie

Avatar
Willr

Forum Moderator, 5523 Posts

14 August 2009 at 3:12pm

Currently no way to select all via the cms. Sounds like this would be a useful feature though.

The quickest way is to interact straight with the database (or you could write your own function). If you have PHPmyadmin installed on your webhost just login to that and 'Empty' the 'PageComment' table - this will remove all the comments from your site.

Avatar
biapar

Forum Moderator, 435 Posts

6 April 2010 at 8:05pm

How is possible to add this feature?