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

Create a tracker item when the plugin is inserted in the page. The plugin code is removed and replaced by a link to the newly created item.
Introduced in Tiki 10.
Go to the source code
Preferences required: wikiplugin_insert, feature_trackers, wikiplugin_objectlink

Parameters
no parameters


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

History Source