Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

#2259 closed defect (bug) (fixed)

Stick Topic Correctly When it Move

Reported by: alex-ye Owned by:
Priority: normal Milestone: 2.3
Component: Component - Topics Version: 2.2.3
Severity: normal 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 14 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
14 years ago

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

#1 @johnjamesjacoby
14 years ago

  • Keywords commit added
  • Milestone Awaiting Review2.3

#2 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(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.