Removing # of files and last one added. Removing # of files and last one added.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Removing # of files and last one added.

Started by rocky2889, September 14, 2004, 12:27:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rocky2889

How do I remove the number of files and last one added next to the thumbnail on the album?

Thanks

Rocky

cryogenic

Looks like the offending code is in line 129 of theme.php... find the following code

<!-- BEGIN footer -->
        <tr>
                <td colspan="3" class="tableh1_compact" ><b>{STATISTICS}</b></td>
        </tr>

Looks as if you remove the statistics part and replace with &nbsp; it would blank it out completely without ruining the table layout. Any devs want to confirm/deny this?

Casper

Not quite.  There are 3 ways of doing what rocky wants, all explained on this thread, http://forum.coppermine-gallery.net/index.php?topic=3711

@cryogenic, if quoting theme.php, it's best to quote the code but not the line number, as this will be different for each theme  ;)
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

rocky2889

Thanks for all your help and support. I got to work ;D

Rocky