Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Trying to track down what to alter...  (Read 3223 times)

0 Members and 1 Guest are viewing this topic.

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Trying to track down what to alter...
« on: February 28, 2004, 06:12:10 pm »

The main photo has a white border and a fine black border on it.   I want no black border and a wider white border.   I managed to change the border on the pop-up from this image, but I'm struggling finding the control for the main image.

http://artdroid.com/mindseye/displayimage.php?album=7&pos=2

I've gotten my main blog reconfigured the way I want it and http://www.artdroid.com .    Now I'm moving on to Coppermine.   Thusfar gallery seems quite a bit more scattered to adapt than Movabletype was.

Just initial impression.
Logged
-------------------------------
http://www.artdroid.com

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Trying to track down what to alter...
« Reply #1 on: February 28, 2004, 08:07:45 pm »

look for the classes "image" in /themes/yourtheme/style.css

GauGau
Logged

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Trying to track down what to alter...
« Reply #2 on: February 29, 2004, 12:43:37 am »

Thanks,

I'd altered that one previously, but apparently overlooked the border setting.

Integration is going well into the look and feel of my main blog site.

http://www.artdroid.com/mindseye/

Another problem is that I cannot "once again" track down where the fine white border is coming from.  I think I want to get rid of it, or at least change it to the same gray as the main table background.

I feel that the white background on the gallery area is a bit stark.  However, when I change it to a gray that fits more with the site design I start running into issues with some existing borders on some of the archive and thumbnail images not matching well.  Some may have white borders, some may have black borders.   Solution could be to alter any of those images with different borders, but at this point I'm trying to keep it as simple as possible.

Thoughts?
Logged
-------------------------------
http://www.artdroid.com

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Trying to track down what to alter...
« Reply #3 on: February 29, 2004, 09:25:15 am »

I'm sorry, I gave you the wrong answer in the first place :oops: : the properties for the white border are not being handled in the stylesheet, but in the theme.php file (I'll have to look into this for the dev version). Edit /themes/yourtheme/theme.php and find
Quote
<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
and change the color property in red.

GauGau
Logged

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Trying to track down what to alter...
« Reply #4 on: March 01, 2004, 01:15:33 am »

k.  Good info to know.   The wide white line IS something I'd thought about changing.   However, that still isn't what I'm searching for.   Outside of that white border is a fine 1px black border.  That is what I'm truely searching for the source of.

However, i've come to live with it, so it's not a huge issue emotionally for me.  :-)
 

Thanks for the input.
Logged
-------------------------------
http://www.artdroid.com

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Trying to track down what to alter...
« Reply #5 on: March 01, 2004, 07:47:45 am »

To get rid of the border, change
Quote
<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
to
Quote
<table cellspacing="2" cellpadding="0" style="background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
GauGau

P.S. I changed this whole concept in the dev version - the formatting will be in the stylesheet (instead of the theme.php file) in the next version.
Logged

Artdroid

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • http://www.artdroid.com
Trying to track down what to alter...
« Reply #6 on: March 01, 2004, 04:17:00 pm »

Thanks.  Just a few remaining things that are irritating me visually, but I'm going to let those lay for a week or two and see what else either grows on me or becomes an annoyance.

Right now I'm trying to track my way through adding a 'php randomization script' into the header as is done on my main blog pages.  Not sure if I'm going to manage that on my own or not.  May have to force a more knowledgable php weilding friend to help me out there.

Is there any specific reason why php includes are such a problem at this point in Coppermine's lifespan?  Just seems like a frequent request and need to users judging from past posts here in the forums.
Logged
-------------------------------
http://www.artdroid.com
Pages: [1]   Go Up
 

Page created in 0.031 seconds with 18 queries.