#2966 closed defect (bug) (fixed)
Support Forums: Moderation notice is not always displayed when it should
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch |
Cc: |
Description
#1561 implemented a notice for posts caught in the moderation queue.
The notice is supposed to give the user some visual feedback and prevent them from submitting the same post multiple times. However, the notice is only displayed for flagged users and pending posts.
The notice is not displayed:
- For non-flagged users.
- For spam posts.
Sometimes Akismet doesn't flag the initial post, but flags an edited version. When that happens, the post just disappears without any notice. Sometimes Akismet does flag the initial post, but if the user is not flagged, they won't see the post or the notice either.
Attached is a patch for wporg-bbp-user-moderation
plugin that amends [4216] to always display the notice when appropriate.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #forums by sergey. View the logs.
7 years ago
#3
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 5957:
2966.patch was approved in a chat with @clorith.
Some considerations:
This post has been held for moderation by our automated system.
-- that part doesn't change. However, I'm not sure if it's helpful at all, as users are generally blocked with the offending posts removed at the same time, so they would never see the message.