Well I found a mod that uses the exclude function but it's not working.
This is the first part
}
$this->ipsclass->input['forums'] = 'all';
$forums = $this->get_searchable_forums();
$mid = intval($this->ipsclass->input['mid']);
$forums = $this->get_searchable_forums();
$mid = intval($this->ipsclass->input['mid']);
Then
$exclude_forums = $INFO['exclude_unans_search_fora'];
Then in conf_global.php I have
$INFO['exclude_unans_search_fora'] = '33,51,29,35,22,17,23,45,46';
but it's not working.