Documentation

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 »

[eme_countdown]

[eme_countdown] Returns the number of days until the next event or the event specified. Accepts the following optional argument: id: the ID of the event for which you want the countdown to happen. If not specified: count down until the first future event. Example: [eme_countdown id=25] Word of warning: this actually only shows the full-day

[eme_countdown] Read More »

[eme_locations]

[eme_locations] Inserts a list of locations. Accepts the following arguments: eventful: if set to true, only locations with events planned will be shown. Default: false. scope: see the explanation for [eme_events]. You need to set eventful to true for this to have any effect. Default: all. category: see the explanation for [eme_events]. If eventful=true as

[eme_locations] 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 »

Scroll to Top