Remove Album Stats Remove Album Stats
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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