• Resolved michi2009

    (@michi2009)


    Hi, I′m looking for a possibily to show the whole event location dates (name, street and town) in the single event, and not only a link, which then links to the location page. At the moment there is only the name of the location visible. I tried with several placeholders in der “page /layout” settings, but nothing changed.

    Could somebody give me an idea?
    Thanks a lot in advance,
    michi

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter michi2009

    (@michi2009)

    If somebody maybe need it, I solved it in this way:

    on the Format/Layouts page in event form / single event form

    <div style="float:right; margin:0px 0px 15px 15px;">#_MAP</div>
    <p>
    	<strong>Datum / Zeit</strong><br/>
    	Datum:  #_EVENTDATES<br />Uhrzeit: <i>#_EVENTTIMES Uhr</i>
    </p>
    {has_location}
    <p>
    	<strong>Veranstaltungsort:</strong><br/>
    <p><strong>#_LOCATIONNAME </strong><br /> #_LOCATIONADDRESS <br />
    #_LOCATIONPOSTCODE - #_LOCATIONTOWN<br /> 
    
    #_LOCATIONLINK
    </p>
    {/has_location}
    <br style="clear:both" />
    #_EVENTNOTES
    {has_bookings}
    <h3>Buchungen</h3>
    #_BOOKINGFORM
    {/has_bookings}

    Thanks for sharing! Would you like to mark the topic as resolved?

    Thread Starter michi2009

    (@michi2009)

    Daedalon,
    sorry, I forgot, it′s now marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Events Manager] See whole event location adress in single event’ is closed to new replies.