By Floob on
I've had quite a lot of spam build up on my drupal installation.
I've just installed Captcha so am hoping this will limit it,
Are there any mods that I can install to run through the site and delete spam, if not is there a good mod that will let me delete multiple comments/posts at once?
Thanks
Comments
admin/content/comment and
admin/content/comment and admin/content/node should alow you to delete multiple comments / nodes by using the checkboxes and the dropdown action.
I know the spam module does quite a good job for new posts, not really sure about content that's already in/on your site: http://drupal.org/project/spam
And there's always mollom (http://drupal.org/project/mollom) that's great and free (depending on the size and traffic on your site).
Good luck,
Thijs
Thanks very much for your
Thanks very much for your reply.
Is there a way to delete a user and all their posts/comments?
=-=
delete the user in administer -> users
delete the content as already instructed.
It's a bit easier to delete the content first then the user so that you don't wind up with the content being marked as anonymous.
I've not found a way to delete user and that users content in a single step.