Event Table
This displays a table of Events in chronological order. Make sure you include the Checkout configuration options as the Checkout widget can be reached from the Event Table by clicking Register Now.
<div class="administrate-widget" id="widget" data-administrate-event-table=""></div>
The following configuration options are available:
num_months: | 6 - Months to show. (default 12) | |
---|---|---|
show_today: | true | false - Show events for the current day. (default true) | |
show_sold_out: | true | false - Show sold out events (marked as sold out). (default false) | |
show_year: | true | false - Include event year when showing dates. (default false) | |
show_times: | true | false - Include event times when showing dates. (default false) | |
no_events_message: | ‘Message Text’ - No Future Events message. (default ‘We could not find any future events. This is usually a temporary error. Please try again.’) | |
show_prices: | true | false - Include event prices. (default true) | |
show_remaining_places: | true | false - Show the number of places remaining. (default true) | |
group_size: | 10 - Number of events per page. (default 10) | |
tax_label: | ‘VAT’ - Tax label. (default VAT) | |
basis: | ‘net’ - Show prices net or gross of tax. (default net) | |
currency_indicator: | ‘symbol’ - Either symbol or currency. (default symbol) | |
show_currency_indicator: | true | false - Show the currency indicator (default true) | |
show_categories: | true | false - Indicates whether or not to allow the user to filter events by course category. (default true) | |
show_prices: | true | false - Indicates whether or not to show the event prices in the table. (default true) | |
show_names: | true | false - Indicates whether or not to show the course names in the table. (default true) | |
show_codes: | true | false - Indicates whether or not to show the course codes in the table. (default true) | |
currency: | ‘GBP’ - The event table will only show events with a price set in this currency (default GBP) | |
registration_deadline_timezone: | The timezone to be used when displaying the registration deadline, which is defined in UTC in the application. Accepts either an ISO string (‘Europe/London’, ‘America/Los_Angeles’), or an offset in hours (+1, -3, +5.5). | |
show_classroom_dates: | true | false - When showing dates for blended learning events, this will show the dates for the classroom sessions, instead of the whole event including LMS access. |
The following widget options are available:
num_months: | Months to show. (default 12) | |
---|---|---|
course_code: | Limits the events to the specified course code. (default null) |
Comments
0 comments
Please sign in to leave a comment.