Opened 12 years ago
Last modified 7 months ago
#1838 new enhancement
Add option to move topics to other forums in the Bulk Edit settings
Reported by: | alexvorn2 | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | General - Administration | Keywords: | needs-patch needs-ui |
Cc: | stephen@… |
Description
Make possible to move a lot of topics to other forums adding some settings to Bulk Edit.
Change History (6)
#1
@
12 years ago
- Component changed from Topics to Administration
- Milestone changed from Awaiting Review to 2.2
#3
@
12 years ago
- Cc stephen@… added
- Keywords needs-patch needs-ui added
Snip from closed dupe #2068
"Currently the only way to 'move' a topic is to manually edit the topic (in the backend or front end) and change the parent forum. To 'move' a reply this is performed in the backend by editing an individual reply or in the frontend using freshly introduced in #1900 'move' reply action or manually editing the reply in the backend and select the parent topic."
#4
@
12 years ago
Definitely need the ability to move bulk topics around in forums. I’m coming from vbulletin so moving my topics over to groups has been a long arduous process.
#5
@
11 years ago
Related #2246 Add 'mark as spam' to bulk actions in Topics/Replies admin
MZAWeb http://bbpress.trac.wordpress.org/ticket/2246#comment:8
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.
Bulk edits would be nice; currently not implemented at all.