Forum Replies Created

Viewing 1 replies (of 1 total)
  • Another solution is to create additional custom fields/attributes.
    This fields can be used in every event.
    In Page-Settings I define to show this fields it they are not empty.

    I create new Fields for every day. The Value of this attribute is the start/end time of the event.

    example:
    Freitag : Freitag, 18:00 bis 21:00 Uhr
    Samstag: Samstag, 09:00 bis 18:00 Uhr

    and then in Settings “Formatting”
    the entry for the Event Page like this

    <div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
    <p>
    Datum/Uhrzeit
    #_EVENTDATES
    {has_time}<i>#_EVENTTIMES</i>
    {/has_time}
    <i>#_ATT{Montag}</i>
    <i>#_ATT{Dienstag}</i>
    <i>#_ATT{Mittwoch}</i>
    <i>#_ATT{Donnerstag}</i>
    <i>#_ATT{Freitag}</i>
    <i>#_ATT{Samstag}</i>
    <i>#_ATT{Sonntag}</i>

    You can see it on

    https://www.musikakademie-spieler.de

Viewing 1 replies (of 1 total)