-
Notifications
You must be signed in to change notification settings - Fork 39
The use of Templates
femkevanderzalm edited this page Sep 9, 2016
·
6 revisions
The following table shows a list of the event module templates and gives a brief description:
Template Name | Description |
---|---|
Event Details | This is the layout of the detail view. |
New Event Description | Sets the initial description for a new event. Can be used to provide a standard starting layout for new events. |
Event Tooltip Title - Month View - No Event Titles | Tooltip title in Month view when 'Enable Month View Cell Events' is unticked. |
Event Tooltip Body - Month View - No Event Titles | Tooltip body in Month view when 'Enable Month View Cell Events' is unticked. The body is repeated for each event on the day with a horizontal line in between. |
Event Tooltip Title - Other | Tooltip title layout for all views other than Month View - No Event Titles. |
Event Tooltip Body - Other | Tooltip body layout for all views other than Month View - No Event Titles. |
Moderate Event Enrollment Email Action Required - Subject | Subject of email sent to moderators requesting event/enrollment approval - new event created or user has requested enrollment for a free event. |
Moderate Event Enrollment Email Action Required - Message | Body of email sent to moderators requesting event/enrollment approval - new event created or user has requested enrollment for a free event. |
Moderate Event Enrollment Email Approve/Deny - Subject | Subject line used in email sent from the Moderation View. |
Moderate Event Enrollment Email Approve/Deny - Body | The main body of the message sent for enrollment messages, it is suffixed with one of the templates and is customisable in Moderation view. |
Enrollment Email - Subject Line | Sent with all enrollment emails. |
Enrollment Email - Approved Suffix | For free unmoderated is sent from Detail view when someone enrolls. For paid for events is sent when an enrollment is approved in Moderation view. |
Enrollment Email - Awaiting Approval Suffix | (For moderated events) is sent from Detail view when someone requests enrollment. |
Enrollment Email - Denied Suffix | (For moderated events) is sent when an enrollment is denied in Moderation view. |
Enrollment Email - User Added by Editor | Sent when an event editor enrolls a user to an event via edit view. |
Enrollment Email - User Deleted by Editor | Sent when an event editor unenrolls a user from an event via edit view or when a user unenrolls from My Enrollments view. |
Enrollment Email - User Paying | Sent when the user is transferred PayPal to pay for an enrollment. |
Enrollment Email - User Payment Pending | Body of the email sent when PayPal sends a payment pending status. |
Enrollment Email - User Paid | Body of the email sent when PayPal confirms an event has been paid for. |
Enrollment Email - Incorrect Payment | Body of the email sent when PayPal confirms an event has been paid for but the payment is for the wrong amount. Potentially a faudelent payment notification. |
Enrollment Email - Enrollment Cancelled | Sent when a user cancells enrollment from the PayPal page by clicking the relevant PayPal links. |
Edit View Default Event Email - Subject | Populates the initial value of the email that can be sent from Edit View to enrolled users, or to a Security Role. |
Edit View Default Event Email - Body | Populates the initial value of the email that can be sent from Edit View to enrolled users, or to a Security Role. |
Reminder Email - Subject Line | Stored with each event and is sent at the configured time to users that have requested a reminder via the event detail view. |
Reminder Email - Body | Stored with each event and is sent at the configured time to users that have requested a reminder via the event detail view. |
New Event Notification - Subject | Sent when unmoderated event is created, or when a moderated event is approved. |
New Event Notification - Body | Sent when unmoderated event is created, or when a moderated event is approved. |
List View Start Date Format | Sets the date format for the start date column. Defaults to 'g'. |
List View End Date Format | Sets the date format for the end date column. Defaults to 'g'. |
List View Location | Template for the Location column in List View - List mode only. |
List View Description | Template for the Description column in List View - List mode only. |
List Repeater View Header | List view Repeater mode header. Wrapped in <tr> <th> tags when in table mode. |
List Repeater View Body | List view Repeater mode body - repeated for each event to be displayed. Wrapped in <tr> <td> tags when in table mode. |
List Repeater View Footer | List view Repeater mode footer. Wrapped in <tr> <td> tags when in table mode. |
Day View Start Date Format | Sets the date format for the start date column. Defaults to 'g'. |
Day View End Date Format | Sets the date format for the end date column. Defaults to 'g'. |
Day View Location | Template for the Location column in Day View. |
Day View Description | Template for the Description column in Day View. |
Week View Event Text | Event link text in Week view. |
Week View Title Date Format | Format of the date shown in the Week view title. |
Month View Event Text | Used when 'Enable Month View Cell Events' is ticked for each event link. |
Month View No Cell Events Text | Used when 'Enable Month View Cell Events' is unticked. Only template item is {0} which is replaced by the number of events on the day. |
RSS Feed - Event Title | Title of the event in RSS feed. |
RSS Feed - Event Description | Description of the event in RSS feed. |
SEO - Page Title | Layout for Search Engine Optimisation of the Page Title in Detail view. {0} is replaced by the default DNN generated title. |
SEO - Description | Layout for Search Engine Optimisation of the Page Description in Detail view. |
iCal Email Subject | The subject of the email sent when a user requests the iCal for an event to be emailed to them. |
iCal Email Body | The body of the email sent when a user requests the iCal for an event to be emailed to them. |
Introduction System Requirements
- Events Module settings
- Date Format
- Event dates without time
- Event details in place or not
- Event Settings
- Event Themes
- Event Views
- Templating Event Views
- Purge old events
- Custom Event themes
- Select Category via URL
- Select Start Date via URL
- RSS in the Events Module
- iCal support
- Upcoming Events View
- Repeater view
- Video Tutorials
- Open Location URL
- The use of Templates
- Tokens to be used in Templates
- Daylight Saving Time
- The same Events on two pages
- Install module for Development