Log in

View Full Version : Default Page


Vykker
08-31-2010, 08:18 AM
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

borbole
08-31-2010, 08:37 AM
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.

/**
* Use the CMS as the default script:
*/

//require('content.php');


/**
* Use the forum as the default script:
*/

require('forum.php');

Vykker
08-31-2010, 08:55 AM
Thank you, this helped a lot. I have another question, I'm currently using GCBOS chatbox, I have given permissions to all usergroups, for some reason it won't allow me to submit a message in it.

My VB is 4.0.6 and the GCBOS says its compatible with 4.0.x

Any ideas why this won't work?

Thanks again.

borbole
08-31-2010, 08:57 AM
Thank you, this helped a lot. I have another question, I'm currently using GCBOS chatbox, I have given permissions to all usergroups, for some reason it won't allow me to submit a message in it.

My VB is 4.0.6 and the GCBOS says its compatible with 4.0.x

Any ideas why this won't work?

Thanks again.

You are welcome.

I am not familiar with that mod. But try to ask at its own thread as per the rules here :)