Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: forsakenlad on September 24, 2005, 01:23:28 PM

Title: Setting the Forum as the Mainpage (MKportal)
Post by: forsakenlad on September 24, 2005, 01:23:28 PM
Open up your index.php in your contents folder (/modules/contents/index.php) and search for this:

$mklib->main_page();

And replace it like this:

Header("Location: ./(the name of your smf folder)/index.php");

Hope it helps ;)
Title: Re: Setting the Forum as the Mainpage (MKportal)
Post by: Gobo on November 25, 2005, 05:46:41 PM
hi
i wana use MK portal I already uploaded it to my directory but I have an issue maybe u can guide me...

My webpage already has an index...the forum is just PART of the whole page and I want to use mk Portal because of its ability for download / gallery etc features.

So what do I need to do so that my page's index remains the same and mkportal is only accessible as PART of the page and not the main page itself?

I hope u understood what I am saying...please help