Here’s few examples how you can do what MaxiGallerySolo does:
[!MaxiGallery? &gal_query_ids=`67,23,4` &display=`embedded` &embedtype=`slimbox` &order_by=`date` &limit=`5`!]
- Retrieves 5 latest pictures from galleries 67,23,4
- Uses slimbox display type
[!MaxiGallery? &gal_query_ids=`all` &order_by=`date` &limit=`5`!]
- Retrieves 5 latest pictures from all galleries
- Opens the pictures in normal display mode
[!MaxiGallery? &gal_query_ids=`67` &query_level_limit=`5` &order_by=`random` &limit=`5`!]
- Retrieves 5 random pictures from gallery 67 and 5 level deep childgalleries
[!MaxiGallery? &gal_query_ids=`all` &order_by=`random` &limit=`5`!]
- Retrieves 5 random pictures from all galleries
[!MaxiGallery? &pic_query_ids=`32,42,52,61` &display=`embedded` &embedtype=`smoothgallery`!]
- Displays pictures with id 32,42,52 and 61 in a smoothgallery
Also here’s some examples of new childgalleries features:
[!MaxiGallery? &childgalleries_ids=`all` &display=`childgalleries` &order_by=`random` &childgalleries_order_by=`createdon`!]
- Lists all galleries
- Each gallery has random picture in [+maxigallery.picture.fieldname+] placeholder
- Child galleries are sorted by createdon MODx document object field
[!MaxiGallery? &childgalleries_ids=`67,5` &display=`childgalleries` &order_by=`pos` &childgalleries_level_limit=`10`!]
- Lists all galleries under 67 and 5, 10 levels deep
- Get’s a picture for the galleries [+maxigallery.picture.fieldname+] placeholder by position field
These are just few examples of new things.. Feel free to ask if you don’t know how to do something, preferably in a new thread though if it’s not related to RC1 somehow..