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

Support archive

Using Low Variables with Playa

Amy Witty 20 May 2013 18:22 problem, complete

Low, I had this working on a different site but now with this new site, I can't get it to work. I have a Playa LV field which allows the user to select which entries from the Links channel to display on a page template and in what order. On my template, however, nothing is displayed between the unordered list tags.

Code is here: http://pastie.org/7935754

Thanks!
Amy

Replies

  1. Low 20 May 2013 20:30

    Hi Amy,

    I've had a similar report earlier and that turned out to be a Playa issue. If you change the low_variables:pair tag to a playa:children tag, and that doesn't return anything, than the problem will indeed be on Playa's side.

    Have you asked P&T about this?

  2. Amy Witty 20 May 2013 21:29

    Is it really as simple as changing {exp:low_variables:pair} to {exp:playa:children} (and the corresponding closing tags)? I tried that and got the same result -- empty space where the list should render.

    I just sent an email to P&T about this and included the link to this page.

  3. Amy Witty 21 May 2013 01:05

    This was definitely a Playa issue. (Reference: http://expressionengine.stackexchange...)

    Fixed now. Thanks!