Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    I tried this link and it seems okay – https://fit.ky/events/

    Thread Starter Shonari

    (@shonari)

    Yes, thanks! Add this to “Default event list format header”

    <table cellpadding="0" cellspacing="0" class="events-table" >
        <thead>
            <tr>
    			<th class="event-time" width="175">Date/Time</th>
                           <th class="event-image" width="*"></th>
                            <th class="event-description" width="*">Event</th>
                           <th class="event-category" width="*">Category</th>
           </tr>
       	</thead>
        <tbody>

    And this to Default event list format

    <tr>
    			<td>
                    #_EVENTDATES<br/>
                    #_EVENTTIMES
                </td>
    <td>
                    #_EVENTIMAGE{80,80}
                </td>
                <td>
                    #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
                </td>
      <td>
                    #_CATEGORYLINK
                </td>
    
            </tr>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Category Column to Events List’ is closed to new replies.