The simplest solution probably is using the Breadcrumb NavXT bbPress Extensions plugin to fill in/fix the few goofy behaviors that exist between Breadcrumb NavXT and bbPress (see this article for more information: https://mtekk.us/archives/wordpress/plugins-wordpress/breadcrumb-navxt-and-bbpress-compatibility/ ). Note that after looking at the current situation again today, there are a few odd behaviors still and I’m working on improving that plugin.
In the mean time, to prevent calling Breadcrumb NavXT on a bbPress resource, you’ll need to wrap your call to bcn_display() in an if statement that checks for is_bbpress().
Hello,
I managed to get it to work. Please let me know when you have improved the plugin.
Thanks.
Just a heads up, the bbPress extensions plugin is now up on GitHub (see https://github.com/mtekk/Breadcrumb-NavXT-bbPress-Extensions ) with an early version that fixes two known deficiencies in comparison to bbPress’ built in breadcrumb functionality. Feel free to play with it, feedback is appreciated.