Is there a way to highlight an entry if it is active with Low Events?
If I am showing all active and upcoming event together, is there a way to highlight what events are currently active, either by a variable or another method?
If I am showing all active and upcoming event together, is there a way to highlight what events are currently active, either by a variable or another method?
Replies
Low 18 Jul 2014 06:35
Not with a readily available var. But you could try comparing the {current_time} global variable to the start_date and end_date vars in an {if} statement to see if an event is active or not.
zizther 21 Jul 2014 19:23
Thanks, that is helpful.