Hi,
thanks so much for your reply and the code! I’ll give it a try.
On a side-note, I was looking at the getResources package (
http://svn.modxcms.com/docs/display/ADDON/getResources ). It seems to be the recommended way (over Ditto) to get aggregated data in Revolution.
I was trying something along these lines to get the same data:
Snippet call:
[[!getResources? &parents=`10,21,37,45,52` &limit=`1` &includeContent=`1` &includeTVs=`1` &tvFilters=`featured==1` &tpl=`featuredArticle`]]
And then the chunk called featuredArticle looks like this:
Testing: 1,2,3
[[+content]]
When I preview the resource that calls this snippet, I don’t get any output from the getResources snippet. I did install getResources through Package Management, but the getResources snippet does not seem to be getting called.
I know this is the xPDO forum, but rather than opening a new thread in a separate forum, I thought it made sense to add it here, since it would accomplish the same thing through a different (and simpler) method.
Any help would be appreciated.
Thanks in advance.