Units - Please check post #634 in this thread. If that doesn't help let me know.
Prophet2002 - If you'll open your myvbindex.php file and look for this line:
PHP Code:
FROM thread WHERE open='1' AND open<>10 $iforumperms
Replace that with:
PHP Code:
FROM thread WHERE open='1' AND open<>10 AND forumid!=XX $iforumperms
Replace XX there with the forum id that you do not want to appear in the latest threads.
mforster - Thank you. Hope you enjoy the hack.