Skip to content

Event Pages

Dragoon Aethis edited this page Apr 20, 2022 · 1 revision

Event Pages mechanism allows you to create simple informational pages for your events. It's extremely simple and is not meant to be a complete CMS replacement, but can be used for things like Privacy Policies, easily-linkable banners and such. It can also be used in a few places to provide special content.

Available types:

  • Informational - Standard info pages shown in the page menu. Just standard Markdown content.
  • Hidden Informational - Same info pages, but not visible in the menu.
  • Ticket Payment Instructions - Used to provide a payment template for selected ticket types.

Ticket Payment Instructions

When rendered, the following strings will be replaced with the given ticket properties:

  • CORIOLIS_TICKET_PRICE - price set for a given ticket type.
  • CORIOLIS_TICKET_CODE - N-digit code for a given ticket (with its prefix).
  • CORIOLIS_TICKET_NAME - name given on a ticket.
Clone this wiki locally