We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25845
    • 6 Posts
    Hi everyone.
    I’m a beginner in MODX.
    I have MaxiGallery installed and functioning.
    Can anyone suggest me on how to organise a groups or categories of pictures and display ALL "iconed" content of all groups on one page?


    PS I’m also a beginner in English smiley

      • 7923
      • 4,213 Posts
      Organize all the galleries on separate documents and categorize them as you like... Then in the document where you want to show all galleries/pictures:

      If you want to list all galleries and have a single picture from each gallery, use:


      Parameter: &childgalleries_ids
      Description: Parent documents to search,looking for childgalleries.
      Possible values:
      * Comma delimited list of document ID’s to search for childgalleries.
      * "all" to list all galleries.
      Default value:
      Current document

      Or if you want to list all pictures / certain amount of pics, use:

      Parameter: &gal_query_ids
      Description: ID’s of the documents from which you want to retrieve pictures.
      Possible values:
      * Comma delimited list of document ID’s
      * "all" to get pictures from all galleries

      Read MaxiGallery wiki for available parameters http://wiki.modxcms.com/index.php/MaxiGallery



        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 25845
        • 6 Posts
        Quote from: doze at Jun 10, 2007, 11:25 AM

        Organize all the galleries on separate documents and categorize them as you like... Then in the document where you want to show all galleries/pictures:

        If you want to list all galleries and have a single picture from each gallery, use:

        Or if you want to list all pictures / certain amount of pics, use:

        Parameter: &gal_query_ids
        Description: ID’s of the documents from which you want to retrieve pictures.
        Possible values:
        * Comma delimited list of document ID’s
        * "all" to get pictures from all galleries

        Thank you for advice and for links.


        Read MaxiGallery wiki for available parameters http://wiki.modxcms.com/index.php/MaxiGallery