Plugin Insert

Introduced in Tiki10

This wiki plugin, inserted in a wiki page, allows to create a Tracker item when the page is loaded. Once the item is created, the plugin code is removed and replaced by a link to the newly created Tracker item. This plugin does not have its own parameters. As it is used to create Tracker items, the permanent names of the Trackers are used as plugin parameters. These parameters values will constitute the item to create. Usage : permanentName="value".

Parameters

Plugin Manager error: insert plugin not found

Configuration

The tracker you want to send the data to must first be defined in the preference "Trackers available for insertion from wiki pages" (tracker_insert_allowed).

Trackers available for insertion from wiki pages
Click to expand


Example

You are creating a page or modifying a page and you want to place a tracking element (a link) to an item of a Tracker.

Copy to clipboard
{INSERT(ActuAuthor="Eric Michel", ActuBook="How to build home" )} {INSERT}


Note : ActuAuthor and ActuBook are permanent names and "Eric Michel" and "How to build home" are the values to insert in the Tracker.

Commit