News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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