
These files are required to use developer mode in the IPS Community Suite.
Instructions to enable developer mode in the IPS Community Suite
Important notes
The developer tools includes the files necessary for all IPS applications. If you are enabling developer mode on an install where third-party applications and plugins are present you will also need to obtain and apply the developer tools (i.e. the "dev" folder) for those from the author.
Note that when you upgrade your installation, you will need to download the updated Developer Tools.
Instructions to enable developer mode in the IPS Community Suite
- Download the Developer Tools
- Extract the developer tools and move them to where IPS Community Suite is installed, merging with the existing files. There is a root "dev" folder, and "dev" folders for each application. If you do not have every IPS Community Suite application installed, you should delete the folders you don't need from the Developer Tools folder before copying. The presence of Developer Tools for uninstalled applications may cause errors.
- If you do not already have a constants.php file in the root folder of your installation, create one.
- Add the following line to your constants.php file:
PHP:<?php define( 'IN_DEV', TRUE );
Important notes
The developer tools includes the files necessary for all IPS applications. If you are enabling developer mode on an install where third-party applications and plugins are present you will also need to obtain and apply the developer tools (i.e. the "dev" folder) for those from the author.
Note that when you upgrade your installation, you will need to download the updated Developer Tools.