The fix to keep this from showing a private forum would be as follows:
In search.php3 change:
Code:
$threads=$DB_site->query("SELECT threadid,title FROM thread WHERE visible=1 ORDER BY lastpost DESC");
to:
Code:
$threads=$DB_site->query("SELECT threadid,title FROM thread WHERE visible=1 AND forumid <> 34 ORDER BY lastpost DESC");
Make sure you change "34" to the forumid of your private forum. (The forum id of a forum can be found by going to your main page and holding your mouse over a link, in the status bar you will see something like: "http://www.extremeforums.com/forums/forumdisplay.php?forumid=2" whatever number is next to "forumid=" is the forum id of that forum)
Sorry to put this in the terms that I did but some people seriously do have problems with this
~Chris
P.S Job well done Stallion!