#1900 closed enhancement (fixed)
Move a reply
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Component - Replies | Keywords: | has-patch |
Cc: | stephen@…, jmdodd@…, jared@…, vpundir@… |
Description
Sometimes a single reply is posted to a topic where it doesn't belong. It'd be great to be able to move a reply to a new topic, and have it position itself accordingly.
Most of the code exists to handle this already. What would be needed is a custom handler (similar to split/merge) and a template.
Attachments (1)
Change History (8)
#5
@
12 years ago
- Keywords has-patch added
First pass does not include BuddyPress compat; I'd like to add that once the core stuff is working smoothly for reply.
Functionality includes using move reply to create a new topic from a single reply, and using move reply to merge a single reply into an existing topic.
#7
@
12 years ago
(In [4523]) BuddyPress:
- Add reply move support for BuddyPress group forums.
- See #1900, fixes #2064.
First pass at move reply.