PluginTikiManager
New in Tiki25, this wiki plugin permits to use the Tiki Manager Package from any text area (typically a wiki page). Combined with Permissions and tools like PluginGroup or PluginTrackerIf, it permits to present a tailored experience to each user.
The typical use case is to track a list of Tiki-powered sites, with additional actions on these instances. For example, clone production to testing, in a context of Configuration Management and Systems Orchestration. See also: Tiki Manager Tracker Field and development ideas: Tiki Manager within Tiki.
Source code:
- https://gitlab.com/tikiwiki/tiki/-/blob/master/lib/wiki-plugins/wikiplugin_tikimanager.php
- https://gitlab.com/tikiwiki/tiki/-/blob/master/templates/wiki-plugins/wikiplugin_tikimanager.tpl
Parameters
Embed partial or full Tiki Manager instance management functionality in a wiki page.Introduced in Tiki 25.
Go to the source code
Preferences required: feature_tiki_manager, wikiplugin_tikimanager
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
hideactions |
separator: , |
Comma-separted list of actions hidden from the interface. If none are listed, all actions will be available by default. | 25.0 | |
instanceIds |
separator: , |
Comma-separted list of instance IDs available to manage. For a full list, use Tiki Manager admin page. | 25.0 | |
showactions |
separator: , |
Comma-separted list of actions shown in the interface. If none are listed, all actions will be available by default. | 25.0 |