Downloads » Resources » MaxiGallery » MaxiGallery | Extras » MaxiGallerySolo v1.1

MaxiGallerySolo v1.1

  • Currently 4.65/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
60 vote(s).

Addon snippet to use with MaxiGallery to fetch random or latest images from selected galleries.

Works with MODx Version(s): 0.9.2.1, 0.9.2
Submitted: Apr 15th 2007 | License: GPL - GNU Public | Downloads: 836
This resource has been deprecated.

Description

Updates:
Added possibility to use multiple times on a page

  • Get latest or random pictures from selected galleries
  • Possible to limit how many pictures are retrieved
  • Possible actions to do when user clicks the images:
    • Open in lightbox (which has all pictures from selected galleries on the pictureset)
    • Open the image in the normal gallery image browser
    • Open the gallery overview which that image belongs to

Instructions

Create as new snippet and call it like [!MaxiGallerySolo? &galIDs=`23,51,61` &pics_to_show=`5` &type=`random` &open=`gallery_browser`!]

Parameters:

&galIDs - numbers
Comma delimitted IDs of the documents that has MaxiGallery calls
&pics_to_show - number
How many pics to show. Default: 1
&type - "random" | "latest"
Show random pics or latest pics? Default: "latest"
&open - "lightbox" | "gallery_browser" | "gallery_overview"
When clicking the link, should it open in lightbox, gallery browser or should it open the gallery overview where that picture is. Default: "lightbox"


( back to top )