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

Support archive

trouble with the show_past parameter

Daniel Kaminski 1 Aug 2013 09:59 question, complete

Hello,

it seems there is a problem with the show_passed tag or I don't get how to use it correctly.

Consider this snippet and assuming i have about 50 entries in the channel in question. I should get all of them, whether they are past or future event, right?

{exp:low_events:entries
channel="events"
limit="100"
show_expired="yes"
show_future_entries="yes"
show_passed="yes"
}

{event_short_title}
{/exp:low_events:entries}

When changing the template tag from low_events:entries to channel:entries, I indeed get all entries. How can I make low_events behave like this?

Thanks,
Juri

Replies

  1. Low 1 Aug 2013 10:03

    Remember to set the unit="" parameter, see http://gotolow.com/addons/low-events/...

    Use unit="passed" to show passed events only.

  2. Daniel Kaminski 1 Aug 2013 10:12

    thanks for the quick reply, have missed that one.