The following variables should be self explaining.
Property: | Data type: | Description: | Default: |
|---|---|---|---|
templateFile | string | Path to the template file | EXT:sp_directory/pi1/directory.tmpl |
itemsPerPage | integer | Number of address records to display on one page | 10 |
wrap1 | string | The marker ###W1B### ###W1E### in the template file will be replaced with the provided value. | <table border=0><tr><td><img src=/t3lib/gfx/i/modulefolder.gif><strong> | </strong></td></tr></table> |
wrap2 | string | The marker ###W2B### ###W2E### in the template file will be replaced with the provided value. | <img src=/media/scripts/blank.gif><img src=/t3lib/gfx/i/modulefolder.gif><strong> | </strong> |
wrap3 | string | The marker ###W2B### ###W2E### in the template file will be replaced with the provided value. | <img src=/media/scripts/blank.gif><img src=/t3lib/gfx/i/modulefolder.gif><strong> | </strong> |
default_fegroup | integer | The default frontend group which is allowed to create new address records through the frontend. This group is then also assigne as the frontend editor group. | |
required_fields | string list (separated by comma) | These fields are required if an address record is edited through the frontend. Possible values: name, street, zip, city, email, www, description, image, category | name,email,category |
hidden_fields_fegroup | integer | Logged in members of this group will also see the fields provided by the 'hidden_fields' variable. | |
hidden_fields | string list (separated by comma) | These fields are hidden until a member of 'hidden_fields_group' is logged on. Possible values: street, zip, city, description, phone, mobile, fax, www, email, image | |
active | string | Color for active items | #CC0000 |
inactive | string | Color for inactive items | #999999 |
displayNameLink | integer | 1 or 0. Select if you want the Name in the list be a link to the detail page | 1 |
[plugin.tx_spdirectory]