coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: rocky2889 on September 14, 2004, 12:27:00 AM

Title: Removing # of files and last one added.
Post by: rocky2889 on September 14, 2004, 12:27:00 AM
How do I remove the number of files and last one added next to the thumbnail on the album?

Thanks

Rocky
Title: Re: Removing # of files and last one added.
Post by: cryogenic on September 14, 2004, 09:02:11 AM
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?
Title: Re: Removing # of files and last one added.
Post by: Casper on September 14, 2004, 04:55:09 PM
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  ;)
Title: Re: Removing # of files and last one added.
Post by: rocky2889 on September 16, 2004, 07:49:09 AM
Thanks for all your help and support. I got to work ;D

Rocky