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: [Solved]: Theme hardwired  (Read 2997 times)

0 Members and 1 Guest are viewing this topic.

groger

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
[Solved]: Theme hardwired
« on: April 12, 2008, 06:03:44 am »

I am completely new with coppermine, hope my questions have not been posted yet (can't find).
Using hardwired-theme. At the right of each generated album, the total number of uploads and date last updated is displayed.
Is it possible to disable this info.
Just above the albums, the total number of albums/uploads is displayed. Want to disable this info too if possible.
Hope it is a matter of setting some parameters as I am not able to interprete the code and find the solution.
Thanks in advance, Roger
« Last Edit: April 13, 2008, 04:26:33 am by Joachim Müller »
Logged

steveeh131047

  • Supporter
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Posts: 217
Re: Theme hardwired
« Reply #1 on: April 12, 2008, 10:31:02 am »

Roger,

I'm not aware of any simple configuration settings that will achieve what you want.

If you are prepared to edit the style sheet, rather than modify PHP code, you can remove the album stats by a simple styling command:
Find the section that starts with
Code: [Select]
.album_stat { and insert a line below it that reads
Code: [Select]
display: none;
Getting rid of the total number of albums/uploads stuff is more difficult with just style commands because the styling you need to modify affects other display elements too.

Hope this helps.
       
Logged

groger

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Theme hardwired
« Reply #2 on: April 12, 2008, 08:17:04 pm »

Hello Steve,

Thank you very much for your fast reply.
I will try.

Kind regards,
Roger
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.