Log in

View Full Version : Going straight for the forum?


Britmovie
11-18-2009, 06:29 PM
Hi is the a way so that the first page people see is that of the forum and not the cms....any setting etc I can change?

milsirhc
11-18-2009, 08:53 PM
Same here. I am interested to know how to do this.

Brandon Sheley
11-18-2009, 09:36 PM
install the forum in the root?

Seven Skins
11-18-2009, 10:23 PM
Edit the index.php file.

Find:
// Use the CMS as the default script
require('content.php');

// Use the forum as the default script
//require('forum.php');

Replace it with:
// Use the CMS as the default script
//require('content.php');

// Use the forum as the default script
require('forum.php');

.

milsirhc
11-18-2009, 11:54 PM
Thanks! It works!