View Full Version : Change home page from CMS to Forum
forumtester
01-02-2010, 01:41 PM
Is it possible to change the default homepage from the CMS to the Forum.
Lynne
01-02-2010, 02:44 PM
Do you mean make it so when people go to index.php, then end up at your forums instead of the CMS? If so, open index.php and change to:
// Use the CMS as the default script
//require('content.php');
// Use the forum as the default script
require('forum.php');
SoftDux
01-18-2011, 07:22 AM
Is this really the only way to change the homepage? Is there no way todo it from the admincp?
I've disabled the Content Management System from the plugin's until I'm more confident with vb4, tbh I've even contemplated clicking the uninstall but back to your question above, the only option I see in the admin panel is to disable the plugin which gets you landing on your homepage.
Lynne
01-18-2011, 07:10 PM
Is this really the only way to change the homepage? Is there no way todo it from the admincp?
Those two options wouldn't be in the file if you weren't meant to be able to choose.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.