January 2011

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 »

Function API

If you’re into theming or you need to write some extra filters/hooks, you should probably use some function calls provided by Events Made Easy. Below you find some of the more relevant calls. eme_get_events_list(args) Prints or returns a list of the events. Accepts optional arguments, specified in a string (“key=value&key=value etc). See the documentation concerning

Function API Read More »

[eme_filterform]

[eme_filterform] Creates a form with drop-downs for categories, locations, cities, countries, weeks, months (configurable in the settings). This shortcode is only usefull if used on the same page as the shortcodes [eme_events], [eme_locations], [eme_calendar] or [eme_locations_map] (because it is in fact these shortcodes that interpret the filter submit). Accepts the following parameters: multiple: 0 or

[eme_filterform] Read More »

Scroll to Top