PDA

View Full Version : 2 questions


Cust0ms
01-31-2010, 08:40 AM
hi
i wuold like to ask you 2 questions.
1. I have publishing suite. how to set forum as homepage? (now it is cms)
2. how to set size of code block? it is too long.
thanks.

Katsu4649
01-31-2010, 09:34 AM
the first question can be answered by:
(Begins at line 52 in Index.php)
/**
* Use the CMS as the default script:
*/

require('content.php');


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

// require('forum.php');
Un-comment the forum one and then remember to comment out the cms one, and your homepage will be the forums.