Hi, you would have to change the logic from newspage.php @ /*** Select forumnames*/if ($config['news_cat_show']){ $sql = 'SELECT forum_id, forum_name, forum_topics FROM ' . FORUMS_TABLE . ' WHERE ' . $db->sql_in_set('forum_id', $sql_forum_ary, false, true) . ' AND forum_t...