Quote:
08-08-02 at 02:45 PM Joshua Clinard said this in Post #17
Is there a way that I can exclude certain forums from this hack
|
Open search.php and find
PHP Code:
$wheresql="1=1".$forumsql.$replysql.$datesql;
$wheresql.=" AND thread.open<>10";
Then add the following below it
PHP Code:
$wheresql.=" AND forumid!=91";
Where forumid equals 91 threads will be excluded.
Simple comparison operator