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

Support archive

Low events no events displayed past certain date.

Kaspar Allenbach 20 Jul 2015 14:45 question, complete

Low events no events displayed past certain date.

From the 21.04.2016 no event es displayed anymore.
I wonder why.

This is my code:
{exp:low_events:entries channel="spieldaten" show_passed="no"}
{exp:datetime_convert language="de_DE" format="%a"}
{spieldaten_datum:start_date}.
{/exp:datetime_convert}
{exp:datetime_convert language="de_DE" format="%d.%m.%G"}
{spieldaten_datum:start_date}
{/exp:datetime_convert}
{spieldaten_datum:start_date format="- %H:%i"}
{title}
{/exp:low_events:entries}

- Expiration date is not set
- The entry is open
- Live: http://theaterszene.ch/kindertheater/...

What can this be?

Replies

  1. Low 21 Jul 2015 09:14

    This could perhaps be because of the default limit of 100 entries (like the native channel:entries tag has)? Try upping that limit.

  2. Kaspar Allenbach 21 Jul 2015 13:25

    Jup. That was it. Thank you