Ok. I've done this changes :
And this is affecting all the forums and not just those who I've setup in the search exclusion ........ Is it me or ?
bump..
if($mybb->input['action'] == 'getnew' && $mybb->settings['nosearch_getnew'] != "")
{
$where_sql_add = " AND t.fid NOT IN (".$mybb->settings['nosearch_getnew'].") AND replies > 0";
}
elseif($mybb->input['action'] == 'getdaily' && $mybb->settings['nosearch_getdaily'] != "")
{
$where_sql_add = " AND t.fid NOT IN (".$mybb->settings['nosearch_getdaily'].") AND replies > 0";
}
And this is affecting all the forums and not just those who I've setup in the search exclusion ........ Is it me or ?
bump..