don't know if anyone needs or cares for this, but, I was running into some problems with post security... meaning, people could tell when someone posted in a private forum, so, I added this:
Find:
PHP Code:
SELECT title,threadid,lastpost,lastposter FROM thread
After that Add
PHP Code:
WHERE forumid!=#
Where the # is the forumid of your private forums. Hope this helps someone.