Skip to:
Content

bbPress.org

Opened 6 months ago

Last modified 3 months ago

#3586 new defect (bug)

Topics aren't hierarchical but still treated this way

Reported by: cybr's profile Cybr Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: General Keywords:
Cc:

Description

When bbp_get_topic_post_type() is registered, it has the argument 'hierarchical' set to false.

Yet, in every WP_Query for topics, post_parent is populated with a forum ID.
This meta key is also stored via bbp_update_topic_forum_id().

So, the hierarchical behavior is hacked into Topics and then rerouted to another post type: Forums.

I'm unsure how to interpret this: Are they hierarchical, and should this value be changed? Or aren't they, and should we consider relying on a non-standard meta key?

Change History (0)

Note: See TracTickets for help on using tickets.