Stats on Album Listing: 'n_pictures', 'last_added' <- HOW TO ADD 'views'? Stats on Album Listing: 'n_pictures', 'last_added' <- HOW TO ADD 'views'?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Stats on Album Listing: 'n_pictures', 'last_added' <- HOW TO ADD 'views'?

Started by frankyknife, July 26, 2004, 05:22:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

frankyknife

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! :-\\