You could always leave out the cat number of the articles - so have the site as Cat=1,3,4,5 where Cat=2 is the articles.
By using an .htaccess file you could redirect / to the full list
And in ubbthreads.php add
if (empty($Cat)) { $Cat = '1,3,4,5';} // added to not show all forums
below...
// ------------------------------
// Define any necessary variables
So if someone went to /ubbthreads.php without defining any Cat numbers it would show just 1,3,4,5 without Cat 2.