editable=inline will set the field to be editable online.
required: "Inline editing (found in trackers)" and column should be set to mode=raw.
---
example:
{column label="First Name" field="firstName" __mode=raw__}
::...::
{FORMAT(name="firstName")}{display name="tracker_field_firstName" format=trackerrender __editable=inline__}{FORMAT}
list_mode="y" can be added to use the list display settings for that field.
---
example:
{display name="tracker_field_42" format="trackerrender" list_mode="y"}
pagedescription="y" will set the page's meta description tag to the contents of the field for the first item found in the results with pagedescription set if the metatag_pagedesc preference is enabled.
---
Note: For both pagedescription and pagetitle no filtering is performed on the content, so use plain text only and avoid non-alphanumeric characters.
pagetitle="y" will set the browser title to the contents of the field for the first item found in the results with pagetitle set (useful for single item result pages)
---
Note: For both pagedescription and pagetitle no filtering is performed on the content, so use plain text only and avoid non-alphanumeric characters.
__From Tiki 11, replaces 'list'__
The LIST plugin will display 50 results by default but depending on the output you might want to decrease the visible amount of results to improve performance.
See: ((LIST - output command))