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

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

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