Is it possible somewhere in Gallery 2.0
to see a statistic over the most viewed pictures ?
Gallery version = 2.0 core 1.0.0
PHP version = 4.4.0 apache
Webserver = Apache/1.3.33 (Unix) PHP/4.4.0
Database = mysql 4.0.24-log
Toolkits = ArchiveUpload, Exif, ImageMagick, NetPBM, SquareThumb, Thumbnail, Gd
Operating system = FreeBSD web4.danhost.dk 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #0: Fri i386
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Posts: 32509
nope, not yet.
you can vote for statistics on http://gallery.menalto.com/sfvote/all
Posts: 164
Thanks.
I'm going from Coppermine to Gallery, so if I want to change the numbers of views
for each picture, then I have to do the changes in the database ??
Posts: 32509
right now, yes. right now you can only reset the view counts for all items at once. if you want to edit a view count, you have to change it in the database and delete the db cache.
Posts: 164
Thanks
Posts: 164
What table is holding all the viewcounts ? I can't find the real one.
Posts: 32509
g2_ItemAttributesMap
Posts: 164
Thanks