Remove Album Stats Remove Album Stats
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Remove Album Stats

Started by Chella, August 05, 2006, 03:15:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chella

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

Joachim Müller


Chella

#2
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 -->