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

Support archive

Lv tag inside channel entries tag

worfoual 21 Aug 2013 10:06 question, complete

I use Low Variables for the first time. I made a variable (lv_starthuidige), text Input, and customer can change the text. The text look like this 2013-09-01 (it's a date). I want to use it this way:

{exp:channel:entries channel="ch_activiteiten" disable="categories|member_data|pagination" orderby="date" sort="asc" dynamic="no" start_on="{exp:low_variables:single var="lv_starthuidige"} 20:00" stop_before="2013-11-31 20:00" show_future_entries="yes"}

But it does not work, can you see the problem?

Francois

Replies

  1. Low 21 Aug 2013 10:10

    If you want to use the value of a LV as input for another tag's parameter value, you'll have to use the variable syntax instead of the tag syntax, and make sure Early Parsing is enabled for that variable. So:

    start_on="{lv_starthuidige}"

  2. worfoual 21 Aug 2013 10:15

    Bedankt Low, het werkt
    Thanks Low, it's working

    Francois