Quote:
Originally Posted by loginius
I tried to figure where I could have my forum as themain page instead of the cms ...
Must be aneasy way ... been going in all settings and did not find how ...
Anyone has a suggestion.

Thanks
|
At the index.php file comment out the part for the cms and uncomment the one for the forum. i.e.
PHP Code:
/**
* Use the CMS as the default script:
*/
//require('content.php');
/**
* Use the forum as the default script:
*/
require('forum.php');