Having issue with MSM, Low Variables, and Assets
                    I am attempting to use MSM, Low Variables and Assets together and am having an issue on one of the (not default) site. 
 The Low Variable in question has a type of Assets. 
 On both sites I have the following tag: 
 
 
 {exp:low_variables:parse var="default_site:gs_about_image"} 
   {gs_about_image} 
 {/exp:low_variables:parse} 
  On the default site the output is:
 
 {filedir_2}about-leading-image.jpg 
  On the second site the output is:
 
 {gs_about_image} 
  I have tried the same test case with a text input and both sites had the same output.
Any Ideas would be greatly appreciated.
Thanks,
Dave
Replies
Low 22 Feb 2013 08:53
Hi David.
What are the versions for EE, Low Variables and Assets?
David Andrus 22 Feb 2013 17:24
Hi Low,
Thanks for the response. I am using EE 2.5.3, Low Variables 2.3.4 and Assets 1.2.2
Low 22 Feb 2013 23:32
What happens if you just use the single tag syntax for both sites:
{exp:low_variables:single var="default_site:gs_about_image"}