to get rid of avatar
//get rid of the avatar
function my_bbp_change_avatar_size($author_avatar, $topic_id, $size) {
$author_avatar = '';
return $author_avatar;
}
/* Add priority (default=10) and number of arguments */
add_filter('bbp_get_topic_author_avatar', 'my_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_reply_author_avatar', 'my_bbp_change_avatar_size', 20, 3);
add_filter('bbp_get_current_user_avatar', 'my_bbp_change_avatar_size', 20, 3);
can you give us your url so we can see the lack of search !