forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: boating_jo on October 19, 2005, 01:14:45 pm

Title: Counter seen in Admin view only?
Post by: boating_jo on October 19, 2005, 01:14:45 pm
Can the counter for "viewed xx times" on the home page be removed, but, still be seen in admin mode please?


Title: Re: Counter seen in Admin view only?
Post by: Abbas Ali on October 19, 2005, 07:40:46 pm
Edit index.php

Replace

Code: [Select]
$STATS_IN_ALB_LIST = true;

with

Code: [Select]
if (GALLERY_ADMIN_MODE) {
   $STATS_IN_ALB_LIST = true;
}

That's it.

Abbas
Title: Re: Counter seen in Admin view only?
Post by: boating_jo on October 21, 2005, 02:16:11 pm
Thank you for your kind help, I will attempt the change this weekend  :)