Counter seen in Admin view only? Counter seen in Admin view only?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Counter seen in Admin view only?

Started by boating_jo, October 19, 2005, 01:14:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

boating_jo

Can the counter for "viewed xx times" on the home page be removed, but, still be seen in admin mode please?



Abbas Ali

Edit index.php

Replace


$STATS_IN_ALB_LIST = true;


with


if (GALLERY_ADMIN_MODE) {
   $STATS_IN_ALB_LIST = true;
}


That's it.

Abbas
Chief Geek at Ranium Systems

boating_jo

Thank you for your kind help, I will attempt the change this weekend  :)