Plugin.tx_julleevents_pi1
Property: | Data type: | Description: | Default: |
|---|---|---|---|
sender-address | string | The email address used as sender for the confirmation of subscription mails | |
sender-name | string | The name used as sender for the confirmation of subscription mails | |
sortByBEorder | bool | If set, the events are order with respect to the order in the backend, and value in the priority field is ignored. | 0 |
pastOrFuture | intger | If negative only events in the past are shown, if positive only events in the future are shown. If zero all events are shown. Today is regarded as future. | 0 |
singleView | listingOptions | (See below) | |
frontPage | listingOptions | (See below) | |
excludeList | string | Comma seperated list of fields (see list below) you don't want to appear in the registration form. Note this only reflects the front end view. | |
defaultVals.[fieldname] | string/int | Values that will always be stored in the given field ie. overriding any input from the user. Field names are: firstname, lastname, position, company, address, zip, city, country, billing_address, email, phone, partner_code |
Listing options:
Property: | Data type: | Description: | Default: |
|---|---|---|---|
results_at_a_time | integer | Number of result shown at a time in the listing modes. | 3 |
max_pages | Integer | Maximum number of pages show in the browse box (thus not relevant for the frontpage property) | 2 |
Plugin.tx_julleevents_pi2
Property: | Data type: | Description: | Default: |
|---|---|---|---|
image | IMAGE | See Tsref cObjects: IMAGE for details. The value image.file is automatically set by the plugin, but all other settings ar passed to the cObject IMAGE |
Example
plugin.tx_julleevents_pi1 {
sender-address = rudolf@stclaus-corp.com
sender-name = Rudolf R. Deer
sortByBEorder = 0
pastOrFuture = -1
excludeList = billing_address,partner_code
defaultVals {firstname = donkey
lastname = kong jr.
}
singleView {results_at_a_time = 10
max_pages = 5
}
frontPage.results_at_a_time = 3
}
plugin.tx_julleevents_pi2.image.file.width = 150