Jump to content


- - - - -
Photo

Changing the default application


By default, when loading your community, your board's index will be the first page that users see. However, sometimes, you may want to change this to be another application - for example, IP.Content. IP.Board makes it easy to change the default application to anything else, such as IP.Nexus, IP.Gallery, IP.Content, or another application.

To do so, simply open your FTP editor and open the initdata.php file, found in the root directory of your IP.Board files.

if ( ! defined( 'IPS_DEFAULT_PUBLIC_APP' ) )
{
define( 'IPS_DEFAULT_PUBLIC_APP', 'forums' );
}

Where that line of code (about halfway down the page) says "forums" you will want to change it to the relevant application. For example, for IP.Content, enter "ccs"

Once you have made this edit, save and re-upload the file to your community. Just like that, you've changed the default application!


If you are not comfortable performing file edits, simply contact our technical support team and we can gladly perform this edit for you.



0 Comments


Developer Docs · Error Codes