Author name: Franky

[eme_person_memberinfo]

[eme_person_memberinfo] Will show all membership info for the currently treated person for the mentioned membership, based on the layout given by the template. Accepts the following arguments: person_id: the id of the person to be shown. Can be #_PERSONID if used inside another shortcode (that then first replaces #_PERSONID with the required value and then […]

[eme_person_memberinfo] Read More »

Adding EME extensions

As you know, WordPress allows you to hook into existing hooks/actions to extend functionality. The disadvantage here is that you need to modify your theme’s functions.php for this (or create a child theme and modify it there). EME now allows you to create separate PHP files in wp-content/uploads/events-made-easy/includes . If those files start with “eme_”

Adding EME extensions Read More »

[eme_mymemberinfo]

[eme_mymemberinfo] Will show all membership info for the logged in user for the mentioned membership, based on the layout given by the template. Accepts the following arguments: template_id: use a predefined format template for the membership info, See format templates . membership_id: the ID of the membership for which to show membership info for. The

[eme_mymemberinfo] Read More »

CSV import payments

Importing payments into EME is done by using a CSV file. The csv delimiter and enclosure can be specified during import. If the delimiter value is empty, then “,” (comma) is taken as value. If the enclosure value is empty, then ‘”‘ (double quotes) is taken as value. The first line should indicate the names

CSV import payments Read More »

[eme_mymemberships]

[eme_mymemberships] Will show all memberships for the logged in user, based on the layout given by the templates. Accepts the following arguments: template_id, template_id_header, template_id_footer (at least template_id is required, otherwise nothing will be rendered): use a predefined format template for the memberships list header, footer or list entry, See format templates . Because the

[eme_mymemberships] Read More »

[eme_mytasks]

[eme_mytasks] Will show all signed up tasks for the logged in user, based on the layout given by the templates or by the generic booking list format. Accepts the following arguments: scopelimit tasks to events with mentioned scope. Default value: “future”, other values: “past” or “all” template_id, template_id_header, template_id_footer (optional): use a predefined format template

[eme_mytasks] Read More »

[eme_tasks_signups]

[eme_tasks_signups] Returns a list of signups for event tasks. Accepts the following arguments: event_id: the ID of the event you want to show the bookings for. If not present, all future events with tasks activated will be chosen. The events matching this shortcode also get influenced by the [eme_filterform] shortcode template_id, template_id_header, template_id_footer (optional). These

[eme_tasks_signups] Read More »

Scroll to Top