Hi, i have the same exact problem.
I don’t really know why everybody isn’t tagging this as an issue. As far as i can see, it’s just nog a logical way to do it.
– on the one hand, a forum index is created by default, but cyou can’t use it on it’s own if you want to start customizing things.
– So you need to make a page and put the index in there.
– On the other hand, you can’t easily specify what your page for the root is, so there is no way to let the breadcrumbs be redirected to the index page.
– Are there other options? because the enormous bit of code to fix it is a bit too complex for me.
I’ve now gotten my forum to work by commenting the entire thing and putting
function bbp_pre_get_posts_normalize_forum_visibility( $posts_query = null ) {
return;
}
would this have fatal influences on other aspects?