Display all future Low Events...
                    I'm currently displaying all future events doing something like this: 
 {exp:low_events:entries channel="exhibitions" date="now;+9999 weeks"} 
 Is there a more obvious way? 
 Thanks, 
 D
                
                    I'm currently displaying all future events doing something like this: 
 {exp:low_events:entries channel="exhibitions" date="now;+9999 weeks"} 
 Is there a more obvious way? 
 Thanks, 
 D
                
Replies
Low 19 Feb 2013 17:18
Yep, just omitting the date parameter will automatically trigger all upcoming (future) events.
davidpmccormick 19 Feb 2013 17:19
Ha. Didn't think of that – thanks.