Hi,
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi10.photobucket.com%2Falbums%2Fa131%2FMiraLourdes%2Fgal%2Fgallery1.jpg&hash=ae89a1875a62eb0df441e5dcbbc780b3e69e5198)
1) Coppermine has a lot of features I don't need or use so I'm trying to simplify everything. How do I remove the stats circled in the image? Do I need to edit the theme.php? (the theme.php I use is a duplicate from the Sample theme.)
http://forum.coppermine-gallery.net/index.php?topic=32833.0
Thread found by searching for the terms "remove stats" (http://forum.coppermine-gallery.net/index.php?action=search2;search=remove%20stats).
Problem solved, I commented out the following and it worked:
<!-- BEGIN stat_row -->
<tr>
<!--<td colspan="{COLUMNS}" class="tableh1" align="center"><span class="statlink"><b>{STATISTICS}</b></span>-->
</td>
</tr>
<!-- END stat_row -->