-
Notifications
You must be signed in to change notification settings - Fork 127
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Spam Add-On Needs UX Improvements #1826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Have you found how to mark a comment as SPAM? I'm still looking for it. |
I've been using the Spam Add-on a lot lately and in addition to the above improvements, I would like to add one more. Mark all as Spam with a single button (kind of like "Empty Trash")There are days that one of my sites receives A LOT of spam comments and in order for me to remove them I have to select the I was expecting that once you mark a couple of hundred of the same comments as spam, the trap would somehow learn from it and immediately remove them straight away in the future. But I'm guessing this is a completely different feature. Therefore having the ability to at least get rid of many spam comments in a faster way, would be a great improvement. |
We have addressed the bit with the popup being hard to notice in [592240b] (secondary issue) but not the primary issue where there is no way to tell where the comment belongs to. I think it might make sense to store more data with the spam trap, such as original comment_id and the entry_id of where it belongs. That would also allow us to show information about author, if comment was submitted as guest. Alternatively, we could iuse AJAX to load the comment data, and that could include all those extras (as we can grab comment_id from the serialized entity that's saved in the trap) Converting this to Feature Request discussion for now |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
EE v 6.2.5
PHP v 7.3
Spam Add-On v 2.0.0
Primary Issue:
Secondary Issue:
The text was updated successfully, but these errors were encountered: