Quote:
Originally posted by Sarge
YES!
HOw do we not show private sections?
|
I got this modification to the threads query from Firefly:
And last but not least, to exclude forums from the thread list, use this:
$pop = $DB_site->query("SELECT title,threadid,lastpost,lastposter,views FROM
thread WHERE forumid<>'X' AND forumid<>'Y' AND forumid<>'Z' ORDER BY
lastpost DESC LIMIT 5");
Just replace x, y and z with the forums you want to exclude