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

Support archive

:upcoming Field Tag Not Working After EE 2.9.2/Low Events 1.3.1 Upgrade

kgrote 9 Dec 2014 22:19 problem, rejected

The :upcoming fieldtype tag is no longer working after upgrading to EE 2.9.2 and Low Events 1.3.1. Example Code:

 
{exp:channel:entries
channel='events'
dynamic='no'
show_future_entries='yes'
}
{title}{if events_date:upcoming} (upcoming){/if}<br>
{/exp:channel:entries}


This outputs a list of event titles but none of them have the "(upcoming)" postfix.

It also doesn't work with :passed.

It does work if I convert the tag to a string:

 
{if '{events_date:upcoming}' == 'y'} (upcoming){/if}


It was working as of EE 2.9.0 and Low Events 1.3.0.

Replies

  1. Low 10 Dec 2014 08:13

    Yep, that'll be the EE bug mentioned here: https://support.ellislab.com/bugs/det...

    Here's hoping for a quick fix from the EllisLab team.