#2246 closed enhancement (fixed)
Add 'mark as spam' to bulk actions in Topics/Replies admin
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.2.3 |
Component: | General - Administration | Keywords: | has-patch |
Cc: | wordpress@…, jmdodd@… |
Description
It'd be very handy from a workflow perspective if bbPress had a "mark as spam" option in the bulk actions dropdown inside the Topics/Replies wp-admin screens.
Currently there are only "edit" and "move to trash" options.
Attachments (2)
Change History (23)
#3
@
12 years ago
- Milestone changed from Awaiting Review to 2.4
Makes sense, and not difficult to do.
#4
follow-up:
↓ 6
@
12 years ago
- Cc wordpress@… added
Actually, as we're not doing our own WP_List_Table child for our admin lists, but instead hooking into the standard WP_Posts_List_Table, it's not easy to add bulk actions in a non-hacky way. @johnjamesjacoby have you considered moving our tables to WP_List_Table childs?
#5
@
12 years ago
by "not easy" I meant "impossible". Only way I could find is via jQuery, which is insane.
#6
in reply to:
↑ 4
@
11 years ago
- Milestone changed from 2.4 to 2.5
Replying to MZAWeb:
Actually, as we're not doing our own WP_List_Table child for our admin lists, but instead hooking into the standard WP_Posts_List_Table, it's not easy to add bulk actions in a non-hacky way. @johnjamesjacoby have you considered moving our tables to WP_List_Table childs?
Yes, and it's possible we'll need to do this at some point, to avoid trying to hack these things in.
Moving to 2.5.
#8
follow-up:
↓ 9
@
11 years ago
Core hardcodes which WP_List_Table child is used in every instance (see function _get_list_table )
Until this is resolved http://core.trac.wordpress.org/ticket/18449 doesn't make much sense to do this ticket, because we'll need to do some ugly hacks to make it work.
#9
in reply to:
↑ 8
@
11 years ago
- Milestone changed from 2.5 to 2.6
Thanks for keeping an eye on this. Agree there's little value in doing more work than should be needed.
Also, 2.5 is going to focus on performance improvements, so moving to 2.6.
#12
@
8 years ago
Any traction on this? It makes managing large sites like WordPress.org almost impossible.
This ticket was mentioned in Slack in #meta by ipstenu. View the logs.
8 years ago
This ticket was mentioned in Slack in #forums by jmdodd. View the logs.
8 years ago
#15
@
8 years ago
I'm weeping now while trying to clear spam from un-managed forums on rosetta sites
@
8 years ago
First pass at adding bulk spam/unspam functionality to topics and replies in wp-admin.
#17
@
8 years ago
- Milestone changed from 2.8 to 2.6
See also:
I've made a couple of tweaks to 2246.diff in 2246.2.diff the patch, doc tweaks, and only add the filters for WP >= 4.7, #WP16031 has been reopened with some changes requested.
Going to commit 2246.2.diff and leave this ticket open for further follow up.
related #1838