• Resolved bobjgarrett

    (@bobjgarrett)


    Is there a way to set [events_list] with some parameters to just show the event names so I can have a very simple list of events on another page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to Events>Settings>Formatting>Events and remove everything except for #_EVENTLINK from the “Default Event List Format” box.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Ah but that will change it everywhere rather than just on the one page?

    [events_list]#_EVENTLINK[/events_list]

    Or what ever you want to put in the shortcode.

    eg.

    [events_list_grouped mode="monthly" category="cal-event"]
    <table border="0" bgcolor="#cccccc">
    <col style="width:25%">
    <col style="width:50%">
    <col style="width:10%">
    <col style="width:15%">
      <td>
        #_EVENTIMAGE{800,0}
      </td>
      <td><h5>#_EVENTLINK</h5>
        <h6>#_{l jS}: #_24HSTARTTIME -#@_{ l jS\:} #_24HENDTIME | #_EVENTICALLINK | #_EVENTWEBCALLINK |</h6>
        <i>#_EVENTEXCERPT</i>
        {has_location}<strong>#_LOCATIONLINK, #_LOCATIONADDRESS, #_LOCATIONTOWN, #_LOCATIONPOSTCODE</strong>{/has_location}
      </td>
      <td>
        <strong>TYPE:</strong> #_ATT{Type}
        <strong>DISTANCE:</strong> 
        Points: #_CATEGORYLINK
        Actual: #_ATT{Distance}
        <i>Speed: #_ATT{Speeds}</i>
        <strong>CLIMB:</strong> #_ATT{Climb}
        <strong>AAA:</strong> #_ATT{AAA}
        <i>#_TAGLINK</i>
      </td>
      <td>
        <img src="#_ATT{Overview}"/>
      </td>
            </table>[/events_list_grouped]

    Calendar Events

    • This reply was modified 4 years, 10 months ago by Will Pom.
    Thread Starter bobjgarrett

    (@bobjgarrett)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event List with just the event name’ is closed to new replies.