![]() |
|
show images first in dyn album - 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: show images first in dyn album (/thread-6524.html) |
show images first in dyn album - breglis - 2010-01-30 by default all subalbums get displayed before images in dynamic albums. Can someone point me to the where this is decided in the code ? For my needs I would like to see the mix of subalbums & images in a dynamic album following the set sort order as a whole, not seperatedly grouped albums & images. show images first in dyn album - acrylian - 2010-01-30 You might want to review the theming tutorial about It is not possible to mix images and albums as they are printed by different loops. Of course it's just code so you surely could code a custom function who combines and sorts them mixed. show images first in dyn album - breglis - 2010-01-30 thanks, show images first in dyn album - breglis - 2010-01-30 ha, copied the files onto the webserver in 2 different ways. the FTP client did set alter the datetime on the file the other did not. that way ZP has set the datetime of it. show images first in dyn album - acrylian - 2010-01-30 Meta data refresh updates the database entries with the meta data (EXIF/IPTC) that is within hte images. If there is for example no date it takes the date of the file time itself (sbillard is the expert on these parts). show images first in dyn album - sbillard - 2010-01-30 Be aware that the zenphoto pagination presumes that albums come first. If you change that don't use page links. |