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

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

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  :)