All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Is there a way to highlight an entry if it is active with Low Events?

zizther 17 Jul 2014 21:32 question, complete

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

  1. 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.

  2. zizther 21 Jul 2014 19:23

    Thanks, that is helpful.