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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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