I would like to display the actual image thumbnail instead of the file name. You can view here (
readysettest.yousaygo.com/jessytest) .. you may have to sort by file name to see. Also, is there a simple way to show only dates from today forward and sort chronologically?
This is what I have in the ARI Smart Content module:
{arijdatatable bPaginate="true"}
{arisqltable}
{arisqltablecolumns}
{arisqltablecolumn id="Image" alias=""}
{arisqltablecolumn id="Event" alias="Event"}
{arisqltablecolumn id="Date" alias="Date"}
{arisqltablecolumn id="Time" alias="Time"}
{arisqltablecolumn id="Venue" alias="Venue"}
{/arisqltablecolumns}
{arisqltablequery} SELECT ev_image AS Image, start_date as Date, start_times as Time, event_name AS Event, venue_id AS Venue FROM #__evo_events {/arisqltablequery}
{/arisqltable}
{/arijdatatable}