I'm doing a mod for a ipb board and I need to search only certain forums by forum id.
I found this and I have tried it but it doesn't work.
$this->ipsclass->input['forums'] = 'all';
$exclude_forums = $INFO['exclude_unans_search_fora'];
$forums = $this->get_searchable_forums();
This is in search.php
Then in conf_global.php I added.
$INFO['exclude_unans_search_fora'] = '33,51,29,35,22,17,23,45,46';
I know this code is old so I need to update it. Any suggestions?
Thanks!