coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: groger on April 12, 2008, 06:03:44 AM

Title: [Solved]: Theme hardwired
Post by: groger 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
Title: Re: Theme hardwired
Post by: steveeh131047 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 .album_stat { and insert a line below it that reads 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.
       
Title: Re: Theme hardwired
Post by: groger on April 12, 2008, 08:17:04 PM
Hello Steve,

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

Kind regards,
Roger