<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I have a project where I display events:</p>
<p>* past events that are less than a week ago are displayed in light purple</p>
<p>* current events are displayed in red</p>
<p>* upcoming events within the next two weeks are displayed in orange</p>
<p>I use now() within my rules.</p>
<p>----------------</p>
<p>Now my time-manger question:</p>
<p>I thought I could simulate a view of the "past" or "future" with the TimeManager plugin. But this doesn't work, because now() is still now() is not replaced by animation_datetime() - which would serve my purpose.</p>
<p>Is there a way to find out when time manager is active and when not - and then I could build two different rules:</p>
<p>- one normal rule with now() - only used when time manager is not active</p>
<p>- one rule with animation_datetime() - only used when time manager is active</p>
<p> </p>
<p>Thanks,</p>
<p>Andreas</p>
<div> </div>
</body></html>