coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Chella on August 05, 2006, 03:15:10 AM

Title: Remove Album Stats
Post by: Chella on August 05, 2006, 03:15:10 AM
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.)
Title: Re: Remove Album Stats
Post by: Joachim Müller on August 05, 2006, 06:45:39 AM
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).
Title: Re: Remove Album Stats
Post by: Chella on August 05, 2006, 06:10:27 PM
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 -->