Search result formatting is very broken when running bbPress 2.1
Search result formatting is very broken when running bbPress 2.1
Did it get any better? I would suppose not, as the last revision was in 2011... are others having this issue? At the moment I don't have an install to test it on...
hi my search results appears with all the forms to answer reply is it possible to display the result as like an article result ?
Looks like the filter 'bbp_get_theme_compat_templates' got removed from bbpress.
The fix is on line 45 of search-bbpress.php. Replace:
add_filter( 'bbp_get_theme_compat_templates', array(&$this, 'bbp_get_theme_compat_templates') );
with:
add_filter( 'bbp_get_bbpress_template', array(&$this, 'bbp_get_theme_compat_templates') );
This topic has been closed to new replies.