To display the pretty tracker, you can create a wiki page to serve as the template. You can include any wiki formatting, import graphics and icons, and even include other plugins and modules in this template.
{TIP()}Refer to the Tiki Documentation
for complete information on using pretty trackers.{TIP}
To include the data from a tracker field in the template, including the following code in the wiki page:
{$f_XX}
Where XX is the ID of the specific field.
For example, to display the user's name, you would use {$f_1}.
Create the Template
The "template" for the pretty tracker is simply a new wiki page.
- Create a new wiki page.
- Edit the page and include the following code:
{DIV(float=left,width="75px")}{img src="pics/large/users48x48.png" alt="{$f_1}" desc="{$f_1}"}{DIV} __{$f_1}__ from {$f_6} uses {$f_12} {$f_13}. A little about {$f_1}... {$f_8} {DIV(class="clearfix") /} For more information, contact {$f_1}: *Email: [{$f_2}] *Postal: +{$f_3} +{$f_4}, {$f_5} {$f_6}
{NOTE()}This will create a template that will display each tracker item as:
{NOTE} - Save the wiki page.
Be sure to record the name of the page... you'll need it in a moment!