Plugin iadd show siteincidents
From Sit
| Plugins: | Incident Add show site incidents |
| iadd show siteincidents | |
|---|---|
|
| |
| Current version | v1.03 |
| Maintainer | Nicolaas du Toit |
| Download |
|
| Release status | stable |
| This plugin is stable and ready for use on your production system. | |
Contents |
Incident Add show site incidents
Important note: For SiT! versions prior to 3.63:
A plugin hook has to be added to incident_add.php at line 409:
plugin_do('incident_add_show_recent_incidents', array('siteid' => $siteid, 'maintid' => $maintid));
For SiT! version 3.63 and later the above change is not required.
About the plugin
The plugin shows the last 10 incidents (configurable to more) for the site on the last create incident page, just before the Add incident form.
Installation
- Download and extract the plugin files.
- Save the files to your /plugins folder.
- The structure should be:
/yourSiTdirectory/plugins/plugin_iadd_show_siteincidents.php
/yourSiTdirectory/plugins/plugin_iadd_show_siteincidents/i18n/da-DK.inc.php
/yourSiTdirectory/plugins/plugin_iadd_show_siteincidents/i18n/en-GB.inc.php
/yourSiTdirectory/plugins/plugin_iadd_show_siteincidents/i18n/en-US.inc.php
- Install the plugin in SiT, go to : SiT | Control Panel | Configuration
- Locate Load Plugins in the bottom of the screen, and add plugin_iadd_show_siteincidents to the comma separated list.
Configure
- Go to Config -> Plugins -> plugin_iadd_show_siteincidents and ajust the amount of incidents you want to see in the list.


