Now, updating for Tiki 9! Get Smart...
Now accepting new user registrations! Become a contributor.
Building a Template
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 |
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:
Pretty tracker template
{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:
- Save the wiki page.
Be sure to record the name of the page... you'll need it in a moment!
Contributors to this page: Rick Sapir
.
Page last modified on Tuesday, July 13, 2010 12:41:13pm EDT by Rick Sapir.
The content on this page is licensed under the terms of the Copyright Information.


