I’m very sorry, may be I did something wrong, could yoou help me? In this file (bp-members-template.php) I have line 309:
// Pass a filter if ?s= is set.
if ( is_null( $search_terms ) ) {
if ( !empty( $_REQUEST['s'] ) )
$search_terms = $_REQUEST['s'];
else
$search_terms = false;
}
Fnd when I tried to change I had an error, could you please tell me exactly what lines to change with what?