Finally I could. If you ever need it, then add this script in member.php / line 188
//query
elseif(!empty($this->query) and $this->query != ‘search…’ and !in_array($this->by,$tern_wp_user_fields)) {
$this->q .= ” and c.user_id = a.ID “;
}
Good Luck !!