Custom Fields
You can create unlimited custom fields per type directly from the admin
section.
The Columns
- Name - The name of the field.
- Type - The type of field for the form. (Drop List,
Text, Radio button, Check Box, or Text Area)
- Value(s) - The default value for the field. Multiple
values are comma seperated.
(Drop List and Radio only)
- Template Tag - This is the template tag that can be
used in the details.php template.
It will contain the value of the field.
- Details Table - This determines if the field is
displayed automatically in the details
page. If unchecked you can still use
the Template Tag to place it in the details template.
- Order - Determines the order that the fields are
shown in the add/edit forms as well as
the details page.
- Action - Update or Delete a custom field.
Notes:
- If you delete a custom field the infomation will be
removed from all the current listings.
- If you rename an existing custom field the values of
current listings will not be changed
until they are edited.
- Custom field without values will not show on the details page.