ZenphotoCMS Forum
Isert gallery statistics to Garland theme - 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: Isert gallery statistics to Garland theme (/thread-10608.html)



Isert gallery statistics to Garland theme - kalli - 2012-11-24

I once again,
it is possible to insert in the Garland theme statistics?
something like this:
xxx visitors have viewed this page
xxx albums (xx unpublished)
xxx pictures (xx unpublished)
in the individual albums about something like:
xxx visitors have viewed this album
xxx pictures in this album include subalbums.

best wishes
kalli




Isert gallery statistics to Garland theme - acrylian - 2012-11-24

xxx visitors have viewed this page
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetHitcounter

xxx albums (xx unpublished)
http://www.zenphoto.org/documentation/classes/Gallery.html#methodgetNumAlbums

xxx pictures (xx unpublished)
http://www.zenphoto.org/documentation/classes/Gallery.html#methodgetNumImages

in the individual albums about something like:
xxx visitors have viewed this album
See above

xxx pictures in this album include subalbums.
http://www.zenphoto.org/documentation/classes/Album.html#methodgetNumImages

I strongly recommend to read this tutorial before using the class methods:
http://www.zenphoto.org/news/zenphotos-object-model-framework
PHP knowledge about object orientation of use.




Isert gallery statistics to Garland theme - kalli - 2012-11-24

in gallery.php I inserted the following lines:
`




Isert gallery statistics to Garland theme - kalli - 2012-11-24

oops, there is an overlap of what well.
I'll read first.
Thanks for the info.

kalli




Isert gallery statistics to Garland theme - kalli - 2012-11-25

hello acrylian,
I have found what I was looking for.
Thanks for the information.
The result you can watch our here:
http://thw-jugend-frankenberg.de/zenphoto/index.php

thank you
kalli