Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#1900 closed enhancement (fixed)

Move a reply

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
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)

1900.1.diff (28.7 KB) - added by jmdodd 12 years ago.
First pass at move reply.

Download all attachments as: .zip

Change History (8)

#1 @netweb
13 years ago

  • Cc stephen@… added

#2 @jmdodd
12 years ago

  • Cc jmdodd@… added

#3 @jaredatch
12 years ago

  • Cc jared@… added

#4 @sooskriszta
12 years ago

  • Cc vpundir@… added

@jmdodd
12 years ago

First pass at move reply.

#5 @jmdodd
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.

#6 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4522]) Replies:

  • Add ability to move a reply into a new topic, or into an existing topic.
  • Includes new template part, new extra page template, and functions for handling the data move and template output.
  • Props jmdodd.
  • Fixes #1900.

#7 @johnjamesjacoby
12 years ago

(In [4523]) BuddyPress:

Note: See TracTickets for help on using tickets.