OPEN
includes/constants.php
FIND
// Mighty Gorgon - PLUGINS - BEGIN
// Please note that you need to have these plugins downloaded and installed to make them work... do not enable them if you don't have the files, or you may have errors.
define('PLUGINS_PATH', 'plugins/');
// Downloads
define('DL_PLUGIN_ENABLED', false); // Allowed values => true / false
define('DL_PLUGIN_PATH', PLUGINS_PATH . 'downloads/');
// Knowledge Base
define('KB_PLUGIN_ENABLED', false); // Allowed values => true / false
define('KB_PLUGIN_PATH', PLUGINS_PATH . 'kb/');
// Activity
define('ACTIVITY_PLUGIN_ENABLED', false); // Allowed values => true / false
define('ACTIVITY_PLUGIN_PATH', PLUGINS_PATH . 'activity/');
// Cash
define('CASH_PLUGIN_ENABLED', false); // Allowed values => true / false
// Mighty Gorgon - PLUGINS - END
You can enable features by switching the value from false to true.