After getting `printMostPopularItems()` working again (see
http://www.zenphoto.org/support/topic.php?id=7675#post-45265), I've realised it and the other similar Zenpage functions lack some of the features of the Zenphoto equivalent functions such as including the date the item was created. I show the date in `printPopularAlbums()` for my photos and would like to do the same with `printMostPopularItems()`. I know this uses the `printZenpageStatistic()` function which eventually uses image_album_statistics.php extension, so perhaps some changes would be required to that to allow this? The other specific thing that comes to mind is an option to turn off the [type] added to the title(`$item['type']` in `printZenpageStatistic()`).
It would be great if the Zenpage statistic functions could be updated to allow the same level of output options as the Zenphoto ones.
I'm enjoying working with Zenphoto/page, so keep up the great work.
Comments