Hi. I am trying to figure out how to remove these statistics that are displayed at the bottom of the gallery window. I searched on the board but didnt find anything similar, I guess I dont know what keywords to use. Anyway, I have uploaded a picture to show you what statistics I mean. Please can someone tell me how to disable them? If this has already been discussed on the board, can you please give me the link to the thread, because I couldnt find it myself. Thanks all.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg17.echo.cx%2Fimg17%2F5953%2Fgallery7qh.jpg&hash=14b60298377229415b1978ba1c22824c56e38c47)
Look for the placeholder {STATISTICS} in the template block $template_cat_list in your theme's theme.php (will vary from theme to theme) and remove it
Hi again. Thanks for the quick reply. I tried it and it worked fine. But it only changed on the main page. All the other pages with the categories still display statistics. How can I removed the statistics that are shown in the other pages, like album lists, and the pages within albums. Please, can you help me with that one? I appreciate the help. ;)
A quick search of the support board yielded this
http://forum.coppermine-gallery.net/index.php?topic=7671.msg33767#msg33767
Hi, Thanks for all your help, but that link you gave me wasn't what I meant. You already answered that question above. I was looking for a way to remove the statistics in the album lists, and also after you click on an album. Here is a pic:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg203.echo.cx%2Fimg203%2F9929%2Fgallery9nm.jpg&hash=64d7c6988ba5861223237aaf39ee128495b4f1cf)
So how do I remove these statistics, and the statistics that are on the next page after you click on the album. Thanks again for all your help ;D
edit lang/english.php, find$lang_album_list = array(
'album_on_page' => '%d albums on %d page(s)',
);
and replace with$lang_album_list = array(
'album_on_page' => '',
);