The function int getNumImages( ) only provides number of images in this album (not counting its sub albums)
# Is there any work around if I want to show ALL images INCLUDING ALL sub albums?
Pls. advise. I am using latest nightly build.
Many thanks in advance.
Comments
I think it may be a mySQL query where query could be (it counts number of images where album id equals array of all subalbumIds (function getAllSubAlbumIDs($albumfolder=''))
OR
just the count of albumids (Image table) where albumids equals array of all subalbumIds (function get AllSubAlbumIDs())
I am not good with mySQL. Any help would be much appreciated.
PS. Thanks dendraya for coming back to zenphoto after a long break.