Loading...
 
Skip to main content

Features / Usability


Re: Tracker List Plugin

posts: 130

more pieces of the puzzle for a possible solution, when I turn on php error message reporting....I get a whole list of errors such as the following....is there even such a thing as a tiki-plugin_trackerlist.tpl.php???????

PHP (4.4.4-8+etch4) NOTICE (8):

File: en
%%22
228
2288C7F8%%tiki-plugin_trackerlist.tpl.php

Line: 15
Type: Undefined index: initials
PHP (4.4.4-8+etch4) NOTICE (8):

File: en
%%22
228
2288C7F8%%tiki-plugin_trackerlist.tpl.php

Line: 56
Type: Undefined index: checkbox
PHP (4.4.4-8+etch4) NOTICE (8):

File: en
%%22
228
2288C7F8%%tiki-plugin_trackerlist.tpl.php

Line: 62
Type: Undefined index: checkbox
PHP (4.4.4-8+etch4) NOTICE (8):

File: en
%%22
228
2288C7F8%%tiki-plugin_trackerlist.tpl.php

Line: 151
Type: Undefined index: checkbox
> Hello,
>
> I am having troubles sorting a tracker on a wiki page. I think the issue is that I do not understand the criteria for the sortmode in the following:
>
> Missing or incorrect trackerId parameter for the plugin. List Trackers
>
> The documentation shows the following for SortMode
> sort_mode=> (f_fieldId_asc or f_fieldId_desc of Created or lastModif) default (numerical) order Orders the columns (fields) of the tracker in a specific order, where field is the field name either acending or descending
>
> so, should it look something like sort_mode=>f_9_asc to sort on field nine ascending...this doesnt seem to work within the wiki....

There are no comments at this time.