Loading...
 
Features / Usability

Features / Usability


How can I link to a tracker item from a wiki page?

posts: 126886 United Kingdom

Usually you need to link to the item by it's itemId, e.g. item42 if you have sefurl enabled.

There is a pref to make the item title be appended on the end of the url, like http://dev.tiki.org/item7639-Additions-to-Tracker-Field-Rules?from=Developer-Dashboard

If you want to link to just the title then you'll need to use the list plugin, something like:

Copy to clipboard
{LIST()} {filter type="trackeritem"} {filter field="tracker_id" exact="1"} {filter field="title" exact="detect transmissions"} {LIST}

(untested ;)
HTH

There are no comments at this time.