Choose tag plugin
From Sit
| Plugins: | Choose tag plugin |
| Choose tag plugin | |
|---|---|
|
| |
| Current version | v1.33 |
| Maintainer | Nicolaas du Toit |
| Download |
|
| Release status | stable |
| This plugin is stable and ready for use on your production system. | |
Contents |
Choose tag plugin
This plugin allows tags to be added in 3 different ways when closing an incident:
- A pre-set list of 3 plugins, with descriptions
- A dropdown list of multiple tags (no descriptions)
- A text box to enter tags freely
Released version 1.33
- Added the new dropdown
- Added the text free tag area
- Added config to enable/disable the new tag areas
About the plugin
The plugin adds tag entry points on the "close incident" page, at the bottom.
Installation
- Download the plugin
- Extract the plugin files to your /plugins folder.
- The structure should be:
/yourSiTdirectory/plugins/choose_tag.php
/yourSiTdirectory/plugins/choose_tag/i18n/en-GB.inc.php
- Install the plugin in SiT, go to : SiT | Control Panel | Configuration
- Locate Load Plugins in the bottom of the screen, and add choose_tag to the comma separated list.
Configuration
In your SiT installation go to : SiT | Control Panel | Configuration | Plugins | choose_tag
Configure for each entry in the First tag list the tag name (to be saved in the database), a short description, and a long description.
- The tag is what will be stored in th database and associated with the incident
- The discription is what will appear in the dropdown list
- The meaning will be displayed in a table below, but can be left out (optional).
Configure the text that will appear in the window:
- Additional dropdown text - Tag never set
- This text will appear, next to the dropdown list, to warn that the tag has not yet been set for this incident (in red)
- Additional dropdown text - Tag set before
- This text will appear, next to the dropdown list, when the tag has been set before (in green)
- Dropdown header
For the second Taglist dropdown configure:
- Enable/Disable - If disabled the dropdown list will not be shown
- True - Dropdown list is shown
- False - Dropdown list is not shown
- Second dropdown tags list - Comma seperated list of tags to appear in the dropdown list
For the third Show the free-tags text window tag entry point configure:
- Enable/Disable - If disabled the dropdown list will not be shown
- True - Text entry area is shown
- False - Text entry area is not shown