Re: Tracker List Plugin
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: enLine: 15
Type: Undefined index: initials
PHP (4.4.4-8+etch4) NOTICE (8):
Line: 56
Type: Undefined index: checkbox
PHP (4.4.4-8+etch4) NOTICE (8):
Line: 62
Type: Undefined index: checkbox
PHP (4.4.4-8+etch4) NOTICE (8):
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....