Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Tracker List Plugin

posts: 130

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....

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....


posts: 130


Here is some more troubleshooting info:

I have a brand new install of 1.10, taking from the newly released 1.98 and then the 1.10 updates....when I utilize the tracker feature with a brand new database...the tracker sort features work fine....what I mean by work fine is that if I create a simple tracker of first and last name, and then I click the last name column, it will sort.

If I try and do this in a live production tikiwiki install I have, the tracker does not work as above, will not sort.....

So, I took the brand new install referenced above, and pointed it to the live production database, and then created a new simple tracker (first and last name) and it will not sort.....

I would deduce from the above it might be something wrong in the mysql database.....does anybody have any ideas....I know this is a tough one.....

> 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....