coppermine-gallery.com/forum

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


$STATS_IN_ALB_LIST = true;


with


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