Skip to:
Content

bbPress.org

Changes between Initial Version and Version 2 of Ticket #2647


Ignore:
Timestamp:
07/10/2014 04:16:48 AM (11 years ago)
Author:
netweb
Comment:

I have deleted (strikethough text) the original _bbp_forum_id section from the original ticket and in comment:1:

  • Meta key _bbp_forum_id is only used in bbp_exclude_forum_ids() and bbp_request_feed_trap() with topic and reply queries to not include topics or replies in hidden and/or private forums unless the user has the capability to read those forums

The _bbp_status and _bbp_forum_type meta keys issues when creating a new forum are still valid and needs patch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2647

    • Property Component changed from General to Forums
    • Property Summary changed from Post meta key _bbp_forum_id is not created when creating new forums to Missing forum post meta keys when creating a new forum
  • 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 ~~
    26
    3 We rely on `_bbp_forum_id` for meta queries in `bbp_exclude_forum_ids()` and `bbp_request_feed_trap()`
     7When creating a new forum post meta key `_bbp_status` is not created.
     8* A forum's `_bbp_status` can be either `open` or `closed`
    49
    5 Any forum that currently includes a forum `_bbp_forum_id` post meta key is due to either:
     10When 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`
    612
    7 1. Running the repair tool "Recalculate parent forum for each reply"  (`bbp_admin_repair_forum_meta()`)
    813
    9 or
     14----
    1015
    11 2. The forums were imported as the imports include the `_bbp_forum_id` meta key
     16Related: #2303 $check_ancestors Parameter Logic
     17