We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1828
    • 137 Posts
    I’ve trawled through the wiki page and tried a few different calls but not having any luck.

    I have something like the following structure:

    Portfolio (ID=1)
    --Gallery 1 (ID=2)
    --Gallery 2 (ID=3)
    --Gallery 3 (ID=4)

    On the "Portfolio" page, I have the following call:

    [!MaxiGallery? &display=`childgalleries` &childgalleries_ids=`1` &order_by=`pos` &childgalleries_level_limit=`2`!]


    This works and displays thumbnails that link to each of the child galleries.

    However, when I use the exact same call on the home page of the site, only one thumbnail is displayed - linking to one child gallery (#3).

    I am using 095 and MaxiGallery 050

    Can anyone please help?

    Thanks,
    Anton
      • 7923
      • 4,213 Posts
      Hmm, it should work like that ok.. I’ll look into it in this weekend. v0.5 is not really well tested yet and I also had some other bug report from the new features. I’ll post back my findings.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 1828
        • 137 Posts
        Thanks, that would be good. Further testing revealed more oddities. Thumbnail links to 4 out of 5 child galleries were displayed when I added photos to all of them but it refused to show a thumbnail for one gallery. (This still refers to the call on the home page; the call on the parent of the galleries works fine.)
          • 7923
          • 4,213 Posts
          Yep, there was a typo in the childgalleries code, it always removed first gallery, it’s now fixed in SVN code. Grab a new copy if you want.


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."
            • 1828
            • 137 Posts
            OK, thanks for the update!