Replies: 6 comments 1 reply
-
using the shortcode [eme_events] you can limit the list to certain event ids. Then use a template for the "content" of the event, and that template can either contain #_BOOKINGS or the shortcode [eme_bookings] with as id-option #_EVENTID, see https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_bookings/ |
Beta Was this translation helpful? Give feedback.
-
@liedekef I appreciate your return. |
Beta Was this translation helpful? Give feedback.
-
Then use my advice but use [eme_mybookings id=#_EVENTID] |
Beta Was this translation helpful? Give feedback.
-
Sorry for the questions, but I'm having trouble understanding what your guidelines are because of the language. |
Beta Was this translation helpful? Give feedback.
-
no, you create that template and add it as an option to [eme_events] using the template_id option. To limit to the events of choice, add a category to those events and then add the category option to the eme_events shortcode as well. |
Beta Was this translation helpful? Give feedback.
-
@liedekef Thanks for the feedback, but that's not quite what I need. I just want to limit the view of the registration by the user on the page where the mybookings shortcode goes, I just want the record of one of the events that he chose to appear. But I don't know which record that would be but I know that it would only be once in one of these events, so the template that I call in mybookings is specific for each event so the other events have different mybookings templates, but I need to limit the visualization of these that I want because otherwise all the records will appear in the places I don't want. For example, each layout I delimited by the id of the event which record should appear, but I came to a problem where it is not just an id but 4 how could I call it I thought I could use id=1,2,3,4 like this separately by comma but it doesn't work, I tried to use category_id and put the category of events because it's the same for these 4 but it didn't work either. Can't I use this in the mybookings shortcode? Is there another call that I missed? |
Beta Was this translation helpful? Give feedback.
-
Hello, I was wondering if there is a parameter to use in [eme_mybookings] to show only if they are event records 6,7,8,or 9. Could I use something like this that works? [eme_if event_ids="6,7,8,9"][eme_mybookings template_id=4][/eme_if] I tried something like that too [eme_mybookings ids=6,7,8,9 template_id=4] but it didn't work, spi works if I only put
How could I do that?
Beta Was this translation helpful? Give feedback.
All reactions