Loading...
 
Features / Usability

Features / Usability


Re: help with properly configuring tracker templates in Tiki15

posts: 22

Hi Mike,

I do have this working with 15.2. I will do my best to explain how...

As you say, you need to set the "Section Format" to Configured in the Display Properties of the tracker.

Then in "Template to Display an Item" i have coded - wiki:DisplayClassTPL

Where DisplayClassTPL is a wiki page with permission 'tiki_p_use_as_template'

The DisplayClassTPL page has the following TrackerList coded

Copy to clipboard
{trackerlist trackerId="28" fields="141:143:142:144:158:159:161:162:163:164" view="page" wiki="wikipagefromClasstrackerTPL"}


The wiki page "wikipagefromClasstrackerTPL" referenced also has the permission 'tiki_p_use_as_template' and is the page with the list of fields and the manner I want to use to display them.

e.g.

Copy to clipboard
!__{$f_141}__ ^{$f_143}^ !!^Methods^ {$f_144}}


This lists all the items in tracker 28 with the layout specified in "wikipagefromClasstrackerTPL". I imagine your trackerlist contains some filtering too.

I hope this helps.


Gail

There are no comments at this time.