Most people dont want to display threads from private forums so you can do something like this:
Code:
$query = "SELECT * FROM thread WHERE replycount < 1 AND forumid != 34 ORDER BY dateline DESC LIMIT $maxthreads";
"34" would just be the forum id of your private forum
Once again Im not familar enough with the structure of vb right now so if anyone knows a better way please let me know
~Chris
P.S The != doesnt work on win32 systems (so ive been told) so you might want to use NOT= if your on win32