- This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › mybooking rendering
Tagged: mybooking [mybooking]
HI,
Thank you for your plugin. I seem to have hit a wall with [mybooking] shortcode.
I am trying to have a page where login user would see all their bookings past, present an future follow by the calendar underneath. To date, the page I set up render the calendar with a line above it giving only the first name follow by a (1). I have try several coding in accordance with the information from the documentation by nothing seems to work for me.
The info which I can get from the wordpress’s profile section is exactly what I am trying to display above the calendar.
Can you help.
Kind Regards
Jean-Francois
what I use there is this format:
#_STARTDATE #_STARTTIME: #_EVENTNAME (#_RESPSPACES places). #_CANCEL_LINK
HI,
Thank you for your reply. Tried the code you gave me, which is what I was trying previously.
still not working. what i get back is
admin(1). This would suggest that the shortcode is working as such but not able to extract the info. Any idea?
regards
Jean=-Francois
HI,
Got it working now but……
This is what i got. all in one line. Any idea as to how to have 1 record per line?
7th July 2016 12:00 AM: Thursday’s Rowing (1 places). Cancel booking28th July 2016 12:00 AM: Thursday’s Rowing (1 places). Cancel booking
Regards
See the doc: http://www.e-dynamics.be/wordpress/?cat=6022
use the header/footer templates to create a html-list (default is ul, so no need to change that), and in the template per booking use a list element (so use html tag ‘li’).
Example (if you don’t change the header or footer):
<li>#_STARTDATE #_STARTTIME: #_EVENTNAME (#_RESPSPACES places). #_CANCEL_LINK</li>