[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 options define – per event – the header (“template_id_header” option, shown above the task signups for that event, the entry (“template_id” option, repeated for each signup for tasks for that event, ordered per task and the tasks ordered as per their definition in the event) and the footer (“template_id_footer” option, shown below the task signups for that event). Since this shortcode can contain tasks for multiple events, these options are used to define the layout of the tasks per event and get repeated for each event.
    If template_id is not provided, a default setting will be used that can be set in the EME settings for tasks.
  • ignore_filter: if set to 1, the shortcode will ignore the eme filter form if present on the page. Defaults to 0. Using this you can use several shortcodes on 1 page and only some are optionally influenced by the eme_filterform shortcode.

See the doc concerning task and task signup placeholders for the placeholders you can use in the templates for this shortcode.

Example (shows the task signups for all future events):
[eme_tasks_signups]
Or, when using it inside a single event format, show the task signups for that event when viewing the event details with a custom template:
[eme_tasks_signups event_id=#_EVENTID template_id=3]
Or, when showing it for event with ID 12 with all custom templates:
[eme_tasks_signups event_id=12 template_id=3 template_id_header=7 template_id_footer=9]

Scroll to Top