Update: 20 January 2025 for Release v207
Did you know that your Agenda can display your events in multiple ways? Perhaps you have heard about the Brochure view, but there are some more cool layouts at your fingertips.
Agenda Layout Options
You can apply different layouts to your entire Agenda:
Default list layout, grouped by production
Layout = normal
Default list layout, grouped by date
Displaying each event individually by date
Layout = grouping
Brochure layout, for a grid of productions, with a pop-up
Enables quick browsing through your Productions
Layout = brochure
Mobile layout, grid view
The grid view that features every production in the mobile card-layout
Layout = grid
Adding layout icons to your Agenda filter
Next to the filters you can add icons for visitors to change the layout of the overview themselves.
Note: This is not shown on mobile devices as these options do not feature on mobile screens.

All the options can be individually shown or hidden. These are set in Control Panel > Events & Productions >Layout controls.
Agenda Filter Layout Options
The filter at the top of your calendar can also be configured in five different ways:
- Default
- Sentence
- Sidebar
- Simple
- Buttons
Default filter
The default filter sits at the top of the Agenda page.
It can be minimized to show only the basic selection, or folded out to show extra options, like genres, tags, locations.

- To set the filter as folded or folded out when landing on the Agenda page - add the parameter "filtersDefaultCollapsed” in Routes & Parts > Event overview > Events (Main) part in the Dashboard [true is folded in, false is folded out].
- The options you want to show in the minimized view can be changed with the parameter “filter” in Routes & Parts > Event overview > Events (Main) part. Values are "date" "genre" "location" and "theme".

Setting a Tag limit
Set how many tags are shown initially before showing the “more” button.
- To set a limit add the Parameter “tagsLimit” in Routes & Parts > Event overview > Events (Main) part in the Dashboard.
Sentence Filter
The sentence filter has a limited subset of options. You can select a date range, genres and locations.

- The filter can be activated by adding the parameter "filters" in Routes & Parts > Events > Events (Main) part in the Dashboard, with the value "sentence".
Sidebar filter
The sidebar filter has all the options of the default filter. The filter is positioned on the left side of the desktop view of the agenda. On mobile it changes into a slider you can open and close.
- The filter can be activated by adding the parameter "filters" in Routes & Parts > Events > Events (Main) part in the Dashboard, with the value "sidebar".
Simple
The simple view only shows the icons for Genres and Date picker. Selecting either opens up a modal to see the available genre filters or calendar.

- The filter can be activated by adding the parameter "filters" in Routes & Parts > Events > Events (Main) part in the Dashboard, with the value "simple".
Filter buttons
The alternative for a full agenda filter is a more minimal filter button style list. This part can be used on the Homepage and in the agenda overview. It can display genres, tags, locations and/or themes.

- To add Go To System > Routes & Parts and add the Part Filter buttons to website_show_list

- Add parameter filter and set value to “genre” “location” “theme” “tag” (or a combination, no comma’s in between).


How to set the Agenda layout in the URL
You can set which layout is shown in the Agenda URL.
You can make links to specific layouts by putting these variables directly into the URL and use this in a button or a banner.
Examples:
- You want to show a brochure view of all your Opera events?
- Perhaps a compact list view of all events in one of your locations?
Filter on location or genre in your regular Agenda, and then add one of the following variables in the URL:
For chronological list of events:
?list_type=eventsFor grouped list:
?layout=normalFor brochure view:
?layout=brochureFor compact view (similar to normal with no images)
?layout=compactFor the grid moible card view:
?layout=mobile-ishTo set the maximum number of events shown:
?max=[a number]Combine multiple variables for more fun:
Links to a brochure view with 8 items per page
/agenda?layout=brochure&max=8 Links to a “normal” list view with 24 items per page:
/agenda?layout=normal&max=24 Always link to Production Page from Agenda
There is a setting to always send Visitors to the Production detail page from the Agenda.
When this option is active, it replaces the event dates fold-out button “show dates” and will link Visitors directly to the Production page. This is especially convenient when Productions have a lot of Events, and you want to avoid long lists with dates in the What’s On page.
Go to Control Panel > Events > Event Cards > Cards always link to detail and switch the toggle to Yes.
Related articles