Sections
From Sit
| SiT! Manual | Configuration → Sections | Appendix A2 |
| |
Enabling/Disabling Sections
| Please help us and our readers by clicking the edit link above and updating/improving this text. |
Certain sections (or feature groups) within SiT! can be enabled or disabled depending on your organisations requirements.
Edit your config file and set the following variables, where TRUE means enabled and FALSE means disabled.
For example, not everybody is interested in tracking staff holidays through SiT, setting :
$CONFIG['holidays_enabled'] = FALSE;
Will disable all references to holidays.
A list of all the section configuration variables:
$CONFIG['portal'] = TRUE;
$CONFIG['kb_enabled'] = TRUE;
$CONFIG['portal_kb_enabled'] = TRUE;
$CONFIG['tasks_enabled'] = TRUE;
$CONFIG['calendar_enabled'] = TRUE;
$CONFIG['holidays_enabled'] = TRUE;
$CONFIG['feedback_enabled'] = TRUE;
$CONFIG['timesheets_enabled'] = FALSE;
Note: The 'timesheets' section is experimental and is due to be removed in v3.90