Description
Set the News application as your forum home page.
Replace With:
Save initdata.php.
Will change the default page of your forums to the News System. The forums can still be accessed by clicking the "Forums" tab but with this edit applied, the News System will load by default.
Open initdata.php (This is located with your index.php and conf_global.php file.)
Find:
define( 'IPS_DEFAULT_PUBLIC_APP', 'forums' );
Replace With:
define( 'IPS_DEFAULT_PUBLIC_APP', 'news' );
Save initdata.php.
Recommended Comments
There are no comments to display.