And how do I remove Topic:
I’ve not tested but believe this will do it
function my_generate_titles( $new_title ){
// reset the format to title only
$new_title['format'] = '%s';
return $new_title;
}
add_filter( 'bbp_before_title_parse_args', 'my_generate_titles' );
come back and let us know if it does or doesn’t