Helpful Information
 
 
Category: vB4 Design and Graphics Discussions
Going straight for the forum?

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?

Same here. I am interested to know how to do this.

install the forum in the root?

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');

.

Thanks! It works!










privacy (GDPR)