ms2GalleryResources

23 september 2018, 07:00

Snippet for the results output through pdoResources with an attachment of the first picture fron the resource's gallery.

Parameters

All parameters pdoResources are acceptable, plus there are some unique ones:

Parameter By default Description
typeOfJoin left Type of adding pictures from a resource. Left stands for Left Join, whicn means that resources will be selected even if they do not host any pictures. And inner stands for Inner Join, which will select only resources with pictures.
includeThumbs small List of previews generated with commas. For example, "small,medium".
includeOriginal Adding an extra join to the selection with a link to the original picture. It will be available in the resource's array as "pseudonym.original", for example, "small.original".

Examples

Output of all resources. For those resources that have galleries the first file will be attached.

[[!ms2GalleryResources?
    &parents=`0`
    &typeOfJoin=`left`
]]

Output of resources with galleries only

[[!ms2GalleryResources?
    &parents=`0`
    &typeOfJoin=`inner`
]]


The previous document
ms2Gallery
The next section
Examples