Quote:
Originally Posted by Vykker
Hey
I was wondering if it is possible to make the forum the main index page? I don't want to display the CMS as of yet. Is there a way round making the forum the main page?
I had a look at "content management" and I couldn't figure it out.
Please reply
Kind regards,
Vykker
|
At the index.php file comment out the part for the cms and uncomment the part 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');