ZenphotoCMS Forum
thumb images don't show correctly... - 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: thumb images don't show correctly... (/thread-2567.html)



thumb images don't show correctly... - vasheck - 2008-03-29

Hey!

I have an issue that I'm stuck on and I can't figure it out.
I would like to display image thumbnails from my first sub-album on the same page as a list my sub-albums.

I managed to do it only this way. (this is a structure I created via ftp)

[folder]album1

  • image1.1.1 (an image from sub-album 1.1)
  • image1.1.2 (an image from sub-album 1.1)
  • image1.1.3 (an image from sub-album 1.1)
  • [folder]sub-album 1.1
  • [folder]sub-album 1.2
    [folder]album2
  • [folder]sub-album 2.1
  • [folder]sub-album 2.2
    [folder]album3

However, the thumbnails do not show properly. I can only see 12 thumbnails on the first view page, and 18 on the second view page even though there should be 20 thumbnails displayed and I don't know how to fix it.

I'm aware of the $firstPageImages = normalizeColumns('5', '4'); (variable/function) and I have used it in the album.php file (under ../themes/mystyle/album.php)...