Events Made Easy Forums How do I … mybooking rendering

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #55528
    Anonymous
    Inactive

    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

    #55531
    Franky
    Keymaster

    what I use there is this format:

    
    #_STARTDATE #_STARTTIME: #_EVENTNAME (#_RESPSPACES places). #_CANCEL_LINK
    
    #55532
    Anonymous
    Inactive

    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

    #55533
    Anonymous
    Inactive

    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

    #55534
    Franky
    Keymaster

    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>
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top