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

Support archive

How do I parse a matrix field inside of a low variable?

Amit 1 May 2012 12:32 question, complete

Hi Low,

I just got a matrix field working with the latest version of low variables but have no idea on how to parse it on my template.

What tags do I use? There is no documentation for this on either your site or Brandon's.

Could you please show me an example snippet?

Replies

  1. Low 1 May 2012 12:35

    Hi Amit,

    You'll have to use the template tags, for example:

    {exp:low_variables:pair var="my_matrix_var"} 
    all matrix variables here
    {/exp:low_variables:pair}


    The tag pair supports all parameters a regular Matrix variable pair would.

  2. Amit 1 May 2012 13:57

    Oh Yeah! That works. Please put it in your docs under fieldtype parsing

  3. Chad Crowell 1 Jun 2012 16:22

    Yes Low, took me a while to locate this info. It should be in either your docs or Bran dons.

  4. Low 1 Jun 2012 18:29

    Check. Will make work of this next week.

  5. e-man 26 Jun 2012 23:07

    +1 Wasted about an hour trying a matrix LV to display anything :)