Advanced search  

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

Pages: [1]   Go Down

Author Topic: Change album view  (Read 2283 times)

0 Members and 1 Guest are viewing this topic.

zieloo

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Change album view
« on: November 20, 2007, 11:17:58 am »

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.
« Last Edit: November 25, 2007, 12:50:16 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Change album view
« Reply #1 on: November 20, 2007, 04:37:15 pm »

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

zieloo

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Change album view
« Reply #2 on: November 23, 2007, 08:22:38 pm »

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

Code: [Select]
display: none;
in file: ./themes/<your_theme>/style.css

Code: [Select]
.album_stat {
        display: none;
        font-size: 85%;
        margin: 5px 0px;
}
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.