- This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Custom Bookings list format in template
Hi Franky,
Hope you can help. I’m looking to create a page where event owners who are logged in are able to view their events and people who have booked a place with a cancellation link in the front end.
I’ve got the page setup using:
[eme_events limit=0 author='#_MYSELF' template_id=66]
Template ID 66 has
#_LINKEDNAME - #_STARTDATE, #_STARTTIME
Bookings: #_BOOKINGS
This is working well, showing the event link and date and time with a list of bookings below them. Using the #_BOOKINGS placeholder is pulling the text set in the main settings in the booking list format field. I’d like this specific page to show different text than is set in the booking list format field but I can’t see how to create a template with the required and link it with the #_BOOKING placeholder in template ID 66
Hope you can help!
Use this as template with id 66:
#_LINKEDNAME - #_STARTDATE, #_STARTTIME
Bookings: [eme_bookings id=#_EVENTID template_id=67]
(where template with id 67 is your bookings template of choice
Perfect, thank you.