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