• Hi,

    when I use the online event (location is url), it isn’t visible on the single event page or in the lists. I found in older support requests, that I have to change the #_EVENTNAME, #_EVENTADDRESS to #_EVENTLOCATION. But when I do this, just the urls for online events are visible and the physical addresses aren’t. Do you have meanwhile a solution?

    Thanks
    Manja

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Manja,

    Thanks for writing in! #_EVENTLOCATION is used for URL locations.

    For physical location you can try using this:

    {has_location}
    <p>
    	<strong>Location</strong><br/>
    	#_LOCATIONLINK
    </p>
    {/has_location}

    Please let me know if you have any questions.?

    Thread Starter Manja Neumann

    (@tippl)

    Yes but I need to use both as there is one template for physical and online events.

    I solved this issue by using

    {has_location}
    #_LOCATIONLINK #_EVENTLOCATION
    {/has_location}

    It’s not really comfortable, as we actually wanted to post the whole location address (three placeholders with comma) rather than the location name. But it works.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    when I use the online event (location is url)

    just to confirm, are you using the EM-Zoom integration addon?

    Thread Starter Manja Neumann

    (@tippl)

    No, I don’t use that addon because we use Jitsi for the online events.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Url Location’ is closed to new replies.