Removing the stats underneath each picture

tcjay

Joined: 2003-02-10
Posts: 42
Posted: Thu, 2005-09-15 14:29

I would like to remove the statistics, i.e. how many times a phot has been views. It seems that that should have been asked already but I can not seem to find it.

 
tcjay

Joined: 2003-02-10
Posts: 42
Posted: Thu, 2005-09-15 14:34

I found the answer to my own question......http://gallery.menalto.com/node/34643?highlight=remove%2Cand%2Cdate

 
tcjay

Joined: 2003-02-10
Posts: 42
Posted: Thu, 2005-09-15 14:34

I found the answer to my own question......http://gallery.menalto.com/node/34643?highlight=remove%2Cand%2Cdate

 
tcjay

Joined: 2003-02-10
Posts: 42
Posted: Thu, 2005-09-15 14:34

OhpS!!!!! I was mistaken. I have gallery 1.5 and that thread relates to 2.0. I would like to remove the date last modified and times viewed under each gallery. ANy suggestions would be most apreeciated. :)

 
annaharper

Joined: 2005-07-18
Posts: 1
Posted: Sat, 2007-11-03 22:25

I am also interested in removing the statistical information in the gallery from G1. Any suggestions?

 
chakotay

Joined: 2007-12-15
Posts: 5
Posted: Sat, 2007-12-15 19:31

Do you mean the Album Properties / Display tab?
Set everything to "No"

Customised Gallery v1 ?
http://photo.terriet.eu
Gallery 1.5.7 on Windows NT4 Sp2

 
SandraR

Joined: 2004-08-17
Posts: 103
Posted: Tue, 2008-01-15 15:48

I have version 1.4.4 and view count is disabled under the thumbnails but you can still view the count for the album on the main page. In View Album, change lines 935 and 958 from this

Quote:
if (!(strcmp($gallery->album->fields["display_clicks"] , "yes")) && !$gallery->session->offline && ($myAlbum->getClicks() > 0)) {

To this:

Quote:
if (!(strcmp($gallery->album->fields["display_clicks"] , "no")) && !$gallery->session->offline && ($myAlbum->getClicks() > 0)) {