by default all subalbums get displayed before images in dynamic albums.
Is this correct ?
Can someone point me to the where this is decided in the code ?
I am looking for a way to reverse this
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.
Any thoughts ?
You might want to review the theming tutorial about album.phpor just look at the theme files itself to see why albums come first. Keyword: loops. So as always you need to change your theme.
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.