It pints the total number of images in the entire gallery. What I want is the total number of images in the particular album including its subalbums.
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.