Changes to Main CMS Index Page - INCOMPLETE (10:59PM) Changed the index page to the site to mimic the news function from Ikonboard, topics posted from the News and Announcements forum will be displayed on the site's homepage. Description: News system will echo out a certain number of posts from the selected news forum to the site's index page. If the news system is disabled then another forum list will be created, later functionality may change this to display recent articles from the CMS, excluding forum articles. Note that subforums are not show by the news system as they are not considered for news selection. News forums should be 1st level forums on the site. Added files: admin/admin_news.php templates/subSilver/admin/news_config_body.tpl templates/subSilver/forum_index_body.tpl forums.php Edited files: language/lang_english/lang_admin.php templates/subSilver/index_body.tpl index.php Database Changes: added three values to the config table news_forum_id to identify the forum set for news status number_news_posts to set the number of news posts to display on the home page news_enabled to enable or disable news settings Known BUG WITH INDEX.php 1-27-2008 - Mickey Continued work on this mod added board stats to main index page and started removing unneeded code. Also added code to the index.php script so that if a news forum is not enabled, the user will be redirected to the forum index, some content should be displayed on the site.