07 – Placeholders

Attendees list

This defines the layout of the attendees list when using the placeholder #_ATTENDEES or when defining templates for use in the shortcode [eme_attendees]. The standard placeholders for events and people AND the extra placeholders mentioned below can be used: #_ATTENDSEATS displays the total amount of seats booked by the attendee for the relevant event. #_ATTENDSEATS{xx}

Attendees list Read More »

Bookings list

The placeholder #_BOOKINGS gets replaced with a list of bookings for an event and the layout of that list is configured in the settings “Bookings list header”, “Bookings list” and “Bookings list footer”. These 3 settings and the shortcode [eme_bookings] can then use specific placeholders to show the info you want the way you want

Bookings list Read More »

Location formatting

Locations format works in the same way as events, but the parameters are different. #_LOCATIONDBFIELD{xx} displays the database value of the location property called ‘xx’ (with ‘xx’ being ‘location_name’, ‘location_id’, etc … see eme_locations.php, function eme_new_location) This can replace a number of more specific placeholders below (and future placeholders can be avoided like this too)

Location formatting Read More »

Event formatting

Hint: for time-based or location placeholders related to the event, scroll to the bottom of this page. The syntax of events format is quite simple. Basically, just write your html code in the usual way. Then you can add a number of placeholders corresponding to the data of the event. Some of them are: #_EVENTDBFIELD{xx}

Event formatting Read More »

Filter form formatting

This defines the layout of the event list or calendar filtering form when using the shortcode [eme_filterform]. The following placeholders can be used: #_FILTER_CATS shows a dropdown selection of categories #_EVENTFUL_FILTER_CATS shows a dropdown selection of eventful categories #_FILTER_CATS{xx} or #_EVENTFUL_FILTER_CATS{xx} shows a dropdown selection of (eventul) categories with between braces the text you want

Filter form formatting Read More »

RSVP mail and booking info

If you enable RSVP email notifications, the contact person and respondent will be notified of the booking. The templates can be customised using the standard placeholders for events, locations, payment gateways and people AND the extra placeholders mentioned below. The extra placeholders: #_BOOKINGDBFIELD{xx} displays the database value of the booking property called ‘xx’ (with ‘xx’

RSVP mail and booking info Read More »

Scroll to Top