ZenphotoCMS Forum
More output options for Zenpage statistics (printZenpageStatistic() etc) - 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: More output options for Zenpage statistics (printZenpageStatistic() etc) (/thread-7285.html)



More output options for Zenpage statistics (printZenpageStatistic() etc) - rjscotland - 2010-07-05

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.




More output options for Zenpage statistics (printZenpageStatistic() etc) - acrylian - 2010-07-05

I'll put that on the list.




More output options for Zenpage statistics (printZenpageStatistic() etc) - acrylian - 2010-07-05

Since it was fairly easy take a look at tonight's nightly.




More output options for Zenpage statistics (printZenpageStatistic() etc) - rjscotland - 2010-07-05

Fantastic! I'll check it out.