View or List the results | ||||||||||||||||||
Step Four in: Four Steps to make a Tracker
|
Listing results through tracker interface | |
When using the tracker feature itself (i.e., tiki-view_tracker.php?trackerId=N), very little customization is allowed for the end user, plus there is no message shown to the user after insertion of new items (either success or failure messages, for instance). ![]() However, when using tracker plugins inside Wiki pages, much more customization of the fields to be shown in a table with the results is allowed. (PluginTrackerList). |
Listing results through Wiki plugins | |
You can list all items in a tracker, allow a user to select which filters he/she wants to use to have a selection of items shown, or show users a pre-made selection of items in the tracker. 1. PluginTrackerList to list allIn order to list all items in tracker 2 (Staff) you can use something like: Copy to clipboard
This example, when inserted in a wiki page, would produce: ![]() 2. PluginTrackerFilter to allow filtering for a userMoreover, another Wiki Plugin can be added in order to allow the user to choose from a Wiki page which items and fields from that tracker want to see within that Wiki page. This can be achieved with the PluginTrackerFilter: Copy to clipboard
This other example would produce: ![]() 3. PluginTrackerList to list a sub-set of itemsBesides that, we can filter for members of a single group as follows, using PluginTrackerList and adding the filterfield and filtervalue parameters. For instance: Copy to clipboard
This would produce: ![]() |