
Re: Icy Phoenix CMS System
Hi guys,
a little question:

How can i completely disable the CMS.
I didn't find any option for that in admin-area.
How can I disable the CMS with the help of code modification? Or is there an easier way?
thx for help
I guess you want to disable the home page.
There is no way to disable it completely but if you don't enable any block no extra charge will be applied to all the package.
Finally you may want to change constants.php to redirect any home link to forum.php:
define('PORTAL_MG', 'forum.' . $phpEx);
You may even duplicate forum.php and call it index.php...