Introduction
The Events Module comes with a wide range of options for your List View. You can output Events as:
- A standard List
- A Map
- A Calendar
You can also use our Navigation options with any of these views.
Outputting a List View
You can output a List View in any Liquid File - that means:
- Pages
- Templates
- Headers
- Footers
- Layouts
- Code SnippetsĀ
- Content Sections
Basic List views will also work in workflow and auto-responder emails, but be aware that any features which depend on JavaScript or URL parameters will not be supported in this context- that includes the Map and Calendar Layouts.
Use the following Liquid Syntax to output an Events List view:
{%- include 'module', id: '12', layout: 'design_system/1/list', per_page: '2000', show_pagination: 'false', sub_model: 'true' -%}
Follow the links in the Introduction to see advice on setting parameters when choosing the Map or Calendar Layouts- as well as when using the Events Navigation features.
Related Documents:
- Events Module - Introduction
- Events Module- Managing Events in the Admin
- Events Module - Enabling and Disabling Detail Pages
- Events Module - The Calendar List Layout
- Events Module - Navigation - Introduction
- Events Module - Navigation - Browse by Category
- Events Module - Navigation - Browse by Host (Author)
- Events Module Navigation - Browse by Event Dates
- Events Module - Navigation - Browse Events by Keyword
- Events Module - The Map List Layout
- Events Module - Tutorial - Selling Event Tickets