forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: frankyknife on July 26, 2004, 05:22:07 am

Title: Stats on Album Listing: 'n_pictures', 'last_added' <- HOW TO ADD 'views'?
Post by: frankyknife on July 26, 2004, 05:22:07 am
Stats on Album Listing: 'n_pictures', 'last_added' <- HOW TO ADD 'views'?

Hi!
how can i add the number of views for every album (as statistics)? it would be a very nice and important feature, i think!
no matter how complicated it will be, no prob, give it a try! -> ANY IDEA?!


in languagefile.php there stands only:
$lang_list_albums = array(
  'n_pictures' => '%s pictures',
  'last_added' => 'last update: %s'
);

i would like to add something like that:
 'album_views' => '%s x visited',

...how and where i have to modify/extend index.php, so it would calculate and show the 'album_views' ?


thx for your help!
franky

PS: i'm NOT talking about the category statistics (stat1, stat2, stat3). there we have the [views] listed, but i think this ones are rather uninteresting! :-\\