Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#2128 closed defect (bug) (invalid)

'Super Sticky' Status stored in wp_options

Reported by: netweb's profile netweb Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.2
Component: API - Importers Keywords:
Cc:

Description

Issue: bbPress 2.x is inconsistently storing the 'sticky' status of topics in different tables:

  • 'Super Sticky' is stored in wp_options
  • 'Sticky' in stored in wp_postmeta

Solution: Store both 'Sticky' and 'Super Sticky' topic status in the same table eg. wp_postmeta

Change History (3)

#1 @netweb
12 years ago

  • Component changed from General to Importers
  • Version changed from 2.1 to 2.2

Related: #2126 Forum Importers do not currently import topic 'sticky status'

#2 follow-up: @alexvorn2
12 years ago

I think this is by design... sticky topics like featured posts, but for super sticky topics it was created a separate common option value ... for more performance I think.

#3 in reply to: ↑ 2 @johnjamesjacoby
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Replying to alexvorn2:

I think this is by design... sticky topics like featured posts, but for super sticky topics it was created a separate common option value ... for more performance I think.

Correct. Since super stickies are forum agnostic, the metadata is stored in the blogs options table.

Note: See TracTickets for help on using tickets.