8
So, can we have a modification to make this easier.
I have anonymous (redacted) blocked from commenting on my site because of the tedious nature.
And the captcha turned on so not too many are able to get through and register.
But this one figured it out and trashed the site.
Now it was easy deleting his comments, because nobody else really uses the comment section. So I just had to delete the last 4 days worth of comments.
But it would be much nicer if the comment manager section allowed us to select all comments by a user ID and delete them.
SELECT from 'xxx_xoopscomments' WHERE 'xxx_xoopscoments'.'com_uid'=xxx
Then allow us to mark a few or mark em all and then
DELETE from 'xxx_xoopscomments' WHERE 'xxx_xoopscoments'.'com_uid'=xxx
Although for such a roque user, perhaps all postings should be deleted. So perhaps it shouldn't be limited to comments.
Perhaps I would be able to allow anonymous comments again if we could mass delete by IP address.(field is com_ip)