Loading...
 
Skip to main content

History: PluginInsert

Source of version: 14 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # 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

{pluginmanager plugin="insert"}

## 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).

{img src="display1848" link="display1848" width="400" rel="box[g]" imalign="center" desc="Click to expand" alt="Trackers available for insertion from wiki pages" align="center" styleimage="border"}

## 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.

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

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

## Commit

- http://sourceforge.net/p/tikiwiki/code/42556