Tracker Field Types
There are several tracker "field types" available in Tiki. You can find the available types and enable or disable them in the tracker admin panel (tiki-admin.php?page=trackers&cookietab=3) in the Field Types tab when you have enabled the experimental preference filter at the top of the panel. Note that in order for a feature-dependent type to appear in the drop-down list when adding a new field for a tracker later on, the dependent feature must be enabled.
Here is the source code for all the tracker field types: https://gitlab.com/tikiwiki/tiki/-/tree/master/lib/core/Tracker/Field
Here is a definition list of all the available types in Tiki 22.0 (when enabled, see table below):
| Code ~ | ~ Field type |
|---|---|
| x | Action |
| articles | Articles |
| q | Auto-Increment |
| A | Attachment |
| e | Category |
| c | Checkbox |
| C | Computed |
| y | Country Selector |
| b | Currency |
| CAL | Date and Time (Calendar Item) |
| j | Date and Time (Date Picker) |
| f | Date and Time |
| d | Dropdown |
| DUR | Duration |
| w | Dynamic Items List |
| m | |
| EF | Email Folder |
| FG | Files |
| GF | Geographic Feature |
| g | Group Selector |
| h | Heading |
| icon | Icon |
| i | Image |
| N | In Group |
| I | IP Selector |
| r | Item Link |
| l | Items List |
| kaltura | Kaltura Video |
| LANG | Language |
| P | LDAP |
| G | Location |
| math | Mathematical Calculation |
| n | Numeric |
| k | Page Selector |
| STARS | Rating |
| REL | Relations |
| STO | show.tiki.org |
| S | Static Text |
| t | Text Field |
| a | Text Area |
| F | Tags |
| L | URL |
| usergroups | User Groups |
| p | User Preference |
| u | User Selector |
| U | User Subscription |
| W | Webservice |
| wiki | Wiki Page |
Documentation.t.o
Alias names for this page:
TrackerField | TrackerFields | Tracker Field | Tracker Fields | Tracker Field Type