Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 15 years ago

#1495 closed defect (bug) (fixed)

Use menu_order on replies for proper pagination handling

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by:
Milestone: 2.0 Priority: high
Severity: normal Version:
Component: Component - Replies Keywords:
Cc:

Description

bbPress stand alone uses post_position to handle the individual reply permalinks, but the WordPress posts table's closest equivalent is menu_order. Could use postmeta for consistency, but that would come at the expense of slowing down the queries.

Change History (1)

#1 @johnjamesjacoby
15 years ago

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

(In [2984]) Introduce bbp_reply_position() functions to help calculate reply permalinks and topic freshness links. Fixes #1495.

Note: See TracTickets for help on using tickets.