Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#2259 closed defect (bug) (fixed)

Stick Topic Correctly When it Move

Reported by: alex-ye's profile alex-ye Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.2.3
Component: Component - Topics Keywords: has-patch commit
Cc:

Description

When you move a normal or sticky topic from a forum to another , It cause some wired problems , I can't describe them very well but you can test it !

Attachments (1)

topics-functions.patch (4.1 KB) - added by alex-ye 12 years ago.
Stick topic in the new forum only when it was sticky in the old forum + Some enhancements

Download all attachments as: .zip

Change History (3)

@alex-ye
12 years ago

Stick topic in the new forum only when it was sticky in the old forum + Some enhancements

#1 @johnjamesjacoby
12 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.3

#2 @johnjamesjacoby
12 years ago

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

(In [4816]) In bbp_move_topic_handler(), when moving a topic from one forum to another, recalculate sticky topics for each forum, and update them accordingly. Also modify the logic used to update ancestor forums, to avoid running update routine multiple times on the same forum. Props alex-ye. Fixes #2259.

Note: See TracTickets for help on using tickets.