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). Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.
|
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
Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.
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
Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.
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
Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.
|