Opened 12 years ago
Closed 12 years ago
#2128 closed defect (bug) (invalid)
'Super Sticky' Status stored in wp_options
Reported by: | 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)
#2
follow-up:
↓ 3
@
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
@
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.
Related: #2126 Forum Importers do not currently import topic 'sticky status'