Opened 15 years ago
Last modified 12 months ago
#1148 new enhancement
Better Bozo Notfication on Dashboard
Reported by: | grassrootspa | Owned by: | |
---|---|---|---|
Milestone: | Future Release (Legacy) | Priority: | normal |
Severity: | minor | Version: | |
Component: | General - Administration | Keywords: | needs-feedback bozo |
Cc: | sushkov |
Description
Perhaps it might be helpful to add a better notification system to the bbPress Dashboard when a new user has been automatically marked as a bozo.
It is not very easy to see when this happens (especially for those new to bbPress), and new forum posters will be frustrated if they are mistakenly marked as bozos and no one notices and fixes their status.
How about an orange notification button popping up next to the "Users" botton on the left side of the dashboard similar to how Wordpress notifies users that a new plugin is available or comments need to be approved?
Example: Orange "1" button if someone just got marked as a bozo.
Perhaps once clicked on a list would show up with the people that have been marked as Bozos and not acted on (Similar to Comment Moderation). One would then have the options of "Keep As Bozo" or "Un-Bozo". This way the site admin will always know if someone has been flagged and easily be able to keep tabs on things.
Adding some bozo stats to dashboard is pretty easy, though making something like Spam count indicator means we must be able to calculate some deltas (last visit, bozo since, last bozo count). Currently users table in db have no last visit timestamp, nor the bozo status afaik.
Also storing for each user a usermeta isn't a solution.