Selam, ilk sorunuzla ilgili iki eklentiyi de kullanmadigim icin bir fikrim yok.

Ikinci sorunuz icinse bbpress kullanmasam da temel olarak bir custom post type oldugu icin su ise yaramali:

function bbpress_arama( $query ) {
if ( $query->is_search ) {
$query->set( 'post_type', array( 'post', 'page', 'forum', 'topic', 'reply' ) );
}
return $query;
}
add_filter( 'pre_get_posts', 'bbpress_arama' )

Bkz: http://hookr.io/plugins/bbpress/2.5.6/hooks/#index=t