Can the counter for "viewed xx times" on the home page be removed, but, still be seen in admin mode please?
Edit index.php
Replace
$STATS_IN_ALB_LIST = true;
with
if (GALLERY_ADMIN_MODE) {
$STATS_IN_ALB_LIST = true;
}
That's it.
Abbas
Thank you for your kind help, I will attempt the change this weekend :)