ZenphotoCMS Forum
Is there a way to stop subalbums from showing up? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Is there a way to stop subalbums from showing up? (/thread-2028.html)



Is there a way to stop subalbums from showing up? - shahbos - 2008-01-03

I am using a custom theme, and I am showing my subalbums on a sidebar. but, When i try to show my images page, using the following loop, the first page is always blank (It used to show the subalbums when I had the subalbum code in place)

My Directory Structure is:
Main Album

  • SubAlbum 1
  • SubAlbum 2

the Loop (after removing the subalbum code) is:
`

[*]" title="">

`
my question is what else do i have to remove to get rid of the reserved subalbum page? I am using a modified version of the thinkdreams theme if that helps.




Is there a way to stop subalbums from showing up? - sbillard - 2008-01-03

I believe you will have to set $_zp_page = 2; (or whatever the page number of where the images would start is.) There is nothing in the paging right now that lets you eliminate album pages.