I'm moving a site from Evo to Revo and using getResources to replace a Ditto function. I cannot get the call to render anything. I've poured over the syntax and have tried different combos of params, all to no effect.
Here's the call:
[[!getResources? &tpl=`galleryImage` &depth=`1` &sortBy=`menuindex` &sortDir=`ASC` &includeTVs=`1` &includeContent=`1` &processTVs=`1`]]
The galleryImage template pulls in text, image and default (id) fields. I'm a little unclear on the need for the processTVs param in this instance, but have tried the above with and without.
Here's the galleryImage template:
<div class="figure">
<h2><a href="[[~[[+tv.id]]]]">[[+tv.galName]]</a></h2>
<a href="[[~[[+tv.id]]]]" onClick="_gaq.push(['_trackEvent', 'Galleries', 'Gallery', '[[+tv.galName]]', true]);"><img src="[[+tv.galThumb:phpthumbof=`&w=300&h=300#[(base_path)]`]]" alt="[[+tv.galAltText]]" /></a>
[[+tv.galDescription]]
</div> <!-- end figure -->
I'm using XAMPP and Max OS X.
Thanks for any input. Have been staring at this for a couple hours!
[ed. note: wpicotte last edited this post 14 years, 6 months ago.]