Change album view Change album view
 

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

Change album view

Started by zieloo, November 20, 2007, 11:17:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zieloo

Hello.

Is there a _nice_ way of changing the default view:

Album title, <Album thumb>, 128 files, last added 18 Aug 2007

to something like this:

Album title, <Album thumb>

? I found nothing in the configuration.

Thanks for help.

Joachim Müller

Has been asked so often that it hurts to see this asked again. Search the board for "remove stats" or "remove statistics".

zieloo

I searched the forums and probably the easiest way is to add:

display: none;

in file: ./themes/<your_theme>/style.css

.album_stat {
        display: none;
        font-size: 85%;
        margin: 5px 0px;
}