Does anyone know if getResources works for ModX Evolution? I've been trying to get it working for a while now with no success.
If there is no way to get it working, does anyone know of an equivalent way to get multiple resources to show on the one page (with their templates as well)?
Many thanks
[[!getResources? &parents=`58` &sortdir=`ASC` &sortby=`menuindex` &limit=`100` &includeTVs=`1` &processTVs=`1` &tpl=`eventtemp` ]]
You should be able to replicate this using Ditto in Evolution - the snippet call would be something like:
[!Ditto? &parents=`58` &orderBy=`menuindex ASC` &display=`100` &tpl=`eventtemp`!]
100 is quite a lot of resources to list on one page though. The query might be a bit slow, are you sure you want to do that?