We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14767
    • 15 Posts
    Hi,

    First of all ofcourse compliments on this supersnippet, really great work.

    I’m using Maxigallery 0.5.2.

    I want to create Multiple levels in my photo album so i have done the following:

    i create the main gallery page with a listing of the main album categories with the standard call:

    [!MaxiGallery? &display=`childgalleries` &childgalleries_level_limit=1!] 


    Then i made containers with the sub album categories with the same call:
    [!MaxiGallery? &display=`childgalleries` &childgalleries_level_limit=1!] 


    However, they are not shown in the main category page, so i added a picture to every sub category, then they are shown in the main category page.

    Now if i create galleries in my sub category pages, they are nicely listed, but the image i use for showing the subcategory on the main page, is also listed.

    So my question, how can i do this, without that image being listed in the sub category page.

    I hope you can understand what i’m saying, just to be more clear is will show the document structure:

    <Main category Container>No Images</Main category Container>

    <Sub category container>One image</Sub category container>

    <gallery>A lot of images</gallery>


    thanks
      • 7923
      • 4,213 Posts
      Not sure if I understood what you mean, but.. If there is some picture that you would like to not show in the gallery page, but want to show it in childgallery display mode when listing galleries, you can make it be the first picture in the gallery on the gallery page (using &order_by/&order_direction) and then add &offset=`1` parameter to skip the first picture in that call.. See maxigallery wiki page for available parameters.

      If this wasn’t what you wanted, explain your issue more


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 14767
        • 15 Posts
        Thnx Doze,
        where would be be without you.

        &offset=1 did the trick, without &order_by and &order_direction.
        i used it in the call for the childgallery display.