Changes between Initial Version and Version 2 of Ticket #2647
- Timestamp:
- 07/10/2014 04:16:48 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2647
-
Property
Component
changed from
General
toForums
-
Property
Summary
changed from
Post meta key _bbp_forum_id is not created when creating new forums
toMissing forum post meta keys when creating a new forum
-
Property
Component
changed from
-
Ticket #2647 – Description
initial v2 1 When creating a new forum post meta key `_bbp_forum_id` is not created. 1 ~~ When creating a new forum post meta key `_bbp_forum_id` is not created. ~~ 2 ~~ * We rely on `_bbp_forum_id` for meta queries in `bbp_exclude_forum_ids()` and `bbp_request_feed_trap()` ~~ 3 ~~ * Any forum that currently includes a forum `_bbp_forum_id` post meta key is due to either: ~~ 4 ~~ * 1. Running the repair tool "Recalculate parent forum for each reply" (`bbp_admin_repair_forum_meta()`) ~~ 5 ~~ * 2. The forums were imported as the imports include the `_bbp_forum_id` meta key ~~ 2 6 3 We rely on `_bbp_forum_id` for meta queries in `bbp_exclude_forum_ids()` and `bbp_request_feed_trap()` 7 When creating a new forum post meta key `_bbp_status` is not created. 8 * A forum's `_bbp_status` can be either `open` or `closed` 4 9 5 Any forum that currently includes a forum `_bbp_forum_id` post meta key is due to either: 10 When creating a new forum post meta key `_bbp_forum_type` is not created. 11 * A forum's `_bbp_forum_type` can be either `forum` or `category` 6 12 7 1. Running the repair tool "Recalculate parent forum for each reply" (`bbp_admin_repair_forum_meta()`)8 13 9 or 14 ---- 10 15 11 2. The forums were imported as the imports include the `_bbp_forum_id` meta key 16 Related: #2303 $check_ancestors Parameter Logic 17