Hi, I was looking over bobsguides.com (Thanks BobRay for great tutorials!) and I saw on the common errors page (
http://bobsguides.com/insidious-modx-errors.html) that in Evo if a snippet call is placed on multiple lines it will break. Is this still true for Evo 1.0.5 or has this been fixed? Thanks!
"Great spirits have always encountered violent opposition from mediocre minds." -Albert Einstein
Quote from: goonz at Feb 14, 2011, 01:50 PM
Hi, I was looking over bobsguides.com (Thanks BobRay for great tutorials!) and I saw on the common errors page (http://bobsguides.com/insidious-modx-errors.html) that in Evo if a snippet call is placed on multiple lines it will break. Is this still true for Evo 1.0.5 or has this been fixed? Thanks!
If you find out, let me know?
I believe it’s still true, but I haven’t tested it.
Well, I’ve been working on building a basic build to launch from in Evo 1.0.5, utilizing items I use over and over again so I only create them once. I have snippet calls for Wayfinder and for MaxiGallery, and they are both on multiple lines (but I put a space in before the ’enter’ key) and they seem to be working...
[!Wayfinder?
&startId=`0`
&ignoreHidden=`TRUE` <!-- note the space character after each parameter -->
&textOfLinks=`pagetitle`
&titleOfLinks=`longtitle`
&excludeDocs=`2,3,4,5,8`
&fullLink=`TRUE`
&outerTpl=`sitemapOuterTpl`
&rowTpl=`sitemapRowTpl`
&startItemTpl=`sitemapRowTpl`
&parentRowTpl=`sitemapRowTpl`
&innerTpl=`sitemapOuterTpl`
&innerRowTpl=`sitemapInnerRowTpl`
!]
"Great spirits have always encountered violent opposition from mediocre minds." -Albert Einstein