How do I remove the number of files and last one added next to the thumbnail on the album?
Thanks
Rocky
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 it would blank it out completely without ruining the table layout. Any devs want to confirm/deny this?
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 ;)
Thanks for all your help and support. I got to work ;D
Rocky