Event List
This displays a list of Events in chronological order.
<div class="administrate-widget" id="widget" data-administrate-event-list=""></div>
The following configuration options are available:
num_months: | 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_dates: | true | false - Indicates whether to show the event date(s). (default true) | |
show_codes: | true | false - Indicates whether to show the course code in front of the course title. (default true) | |
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: | How many months in the future to show (default 12) | |
---|---|---|
category_id: | Limits the events to the specified category ID (default null) | |
course_code: | Limits the events to the specified course code (default null) | |
location_name: | Limits the events to the specified location name. (default null) | |
group_by: | Groups the events by the specified method and adds a title to each group. (Options: none, location, course, category) (default none) | |
group_title_pre: | Prepends the specified string to the beginning of all group titles, e.g. <h1>. (default null) | |
group_title_post: | Appends the specified string to the end of all group titles, e.g. </h1> (default null) | |
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). |
Comments
0 comments
Please sign in to leave a comment.