Changed many things, need your advice Changed many things, need your advice
 

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

Changed many things, need your advice

Started by webik, November 09, 2007, 02:35:42 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

webik

Firts of all I want to thank everybody for help and priceless advice. I am used to work with phpbb templates which are so easy to change, I wouldnt be able to work with Coppermine without your help. Thanks. Now, here is how it looks after deleting some parts and changing colors. It's a plastic surgery gallery http://www.plastikanosa.ru/foto/

Any ideas how I can change classes of different tables? For example in thumbnails.php both upper tables are class=table_h1
but I think they need to look different, how can i change classes?
And the next question is - what else do you think I need to change in gallery desing? I still dont like how it looks...

webik

Oi, so many mistakes

"first"
"design" etc. :D

Joachim Müller

Read http://forum.coppermine-gallery.net/index.php?topic=24056.msg123520#msg123520 and use one of the tools mentioned there to figure out what class controls which part of the output.

webik

Thank you. Any advice about how I changed design? Pls be critical ))

webik

Quote from: GauGau on November 09, 2007, 05:24:13 PM
Read http://forum.coppermine-gallery.net/index.php?topic=24056.msg123520#msg123520 and use one of the tools mentioned there to figure out what class controls which part of the output.


Gau, thank you for the nice tool to use in my work, but I asked about how to change those classes. For example, look at my thumpnails.php page http://www.plastikanosa.ru/foto/thumbnails.php?album=10

See that first red table? That's class=table_h1 and class=statlink in it
Now, below that you can see second red line, quite thick for a line. I cant get rid of it. For styles that it contained I put {display:none;} and they disappeared (sortorder_options etc), but I still can get rid of the red line, because it'a a class=table_h1 too, if I put table_h1: display:none; my header will disappear.
What to do?



Joachim Müller

That's wrong. A class named "table_h1" doesn't exist. It's "tableh1". Not sure what you're actually asking for.