Hello!
I have problem to order thumbs by specified way on the index page. My sitetree looks like that:
X - container (index) - all thumbs at every subcontainer (= 1 thumb at every gallery), ordered by theme
x - container - Theme A (1 thumb at every childgallery)
o - gallery 1
o - gallery ...
o - gallery 15
x - container - Theme ...
x - container - Theme F
Every container contains 3-20 galleries and shows a thumbnail at every childgallery.
My goal: sometimes I need to reorder themes on the indexpage, so ordering by every gallery menu index would be very unhandy and easier is to order them by parent menu index.
I have gathered all those thumbs at containers to the indexpage by call:
<div class="img">[[MaxiGallery? &childgalleries_ids=`all` &display=`childgalleries` &childgalleries_order_by=`parent` &pics_per_page=`1`&pics_per_row=`5` &childgalleryTpl=`galeriiTpl`]]</div>
The problem is that parameter &childgalleries_order_by=`parent` orders them by parent ID. I need it to be by parent menuindex or some other parent dok field.
Where can I change that?
If there is a better way to achieve my goal, please describe it exact as you can, as I am making a very first steps with MODx and MG.
Thanks!
Holger