coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dannyuk on January 19, 2009, 05:48:56 AM

Title: Re: Album info delete
Post by: dannyuk on January 19, 2009, 05:48:56 AM
Hi,

I'm new to Coppermine and have this same problem. I've spent the best part of a day trying to resolve this. I am not being lazy, I've looked through countless posts on here and cannot find a definative answer.

My problem is that I do not want the "2 files, last one added on 19 Jan 2009" album details to show when ever a new album is created. Not just on indivdual albums but on ALL albums.

Is it possible for someone to give me a step by step guide on this. As a thank you I will give a years free hosting to whoever helps me with this.

I have created a test album at http://www.1.co.ee/gal1

Many thanks, Danny.

Quote* split from http://forum.coppermine-gallery.net/index.php/topic,57519.0.html *
Title: Re: Album info delete
Post by: Hein Traag on January 19, 2009, 06:23:24 AM
Welcome on the support board for cpg. I have split your question from the original post since it is not allowed to "hijack" someones elses thread, it's better to start your own.

Title: Re: Re: Album info delete
Post by: Nibbler on January 19, 2009, 02:07:40 PM
Copy $template_album_list and $template_album_list_cat from the sample theme.php to your custom theme.php and remove the album stats line, which is this:

<p class="album_stat">{ALB_INFOS}</p>

Alternatively you can hide it using CSS.