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: Comment field in theme Blue_bell  (Read 5141 times)

0 Members and 1 Guest are viewing this topic.

foxlake

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Comment field in theme Blue_bell
« on: September 24, 2005, 10:26:49 am »

Hello, I use the THEME Blue Bell (www.wenw-party.nl) only there is a small problem in the script?
The field to place comment (geust under a photo) is just 2 characters wide.  What can i do to lose this problem. ???
I already installed everything again, but this problem in Blue_bell stays.

Greetings, Niek (Netherlands)
« Last Edit: September 25, 2005, 06:15:38 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Comment field in theme Bleu_bell
« Reply #1 on: September 24, 2005, 10:45:06 am »

impossible to say without knowing the code. "Bleu Bell" is not an "official" coppermine theme.
Logged

foxlake

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Comment field in theme Blue_bell
« Reply #2 on: September 24, 2005, 04:45:35 pm »


The download for this BLUE-BELL THEME is on this site.

Who can I ask then?
Is there some one with a answer?
So the code is easy to find...?

Thanks...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Comment field in theme Blue_bell
« Reply #3 on: September 24, 2005, 07:01:52 pm »

the theme is a user contribution. The name is actually "Blue_bell". The author is TrevorNet on the thread http://forum.coppermine-gallery.net/index.php?topic=17647.0 (don't PM him though).
Does this happen with the classic theme as well? In other words: have you checked that this is theme-specific?
Logged

foxlake

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Comment field in theme Blue_bell
« Reply #4 on: September 24, 2005, 07:25:26 pm »

the theme is a user contribution. The name is actually "Blue_bell". The author is TrevorNet on the thread http://forum.coppermine-gallery.net/index.php?topic=17647.0 (don't PM him though).
Does this happen with the classic theme as well? In other words: have you checked that this is theme-specific?

No, the ohter Themes working just fine. Its only in BLUE BELL
See this screenshot:
(http://www.wenw-party.nl/screen.jpg)
Logged

Nibbler

  • Guest
Re: Comment field in theme Blue_bell
« Reply #5 on: September 24, 2005, 08:26:52 pm »

Open the theme's style.css file,

find the declaration of the tableb_compact class:

Code: [Select]
.tableb_compact {
width: 100%;
color: Black;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #EEF4FD;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
}

and remove the width attribute:

Code: [Select]
.tableb_compact {
color: Black;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #EEF4FD;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
}
Logged

foxlake

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Comment field in theme Blue_bell
« Reply #6 on: September 25, 2005, 12:59:09 pm »

 :) :) :)
OK,  Thanks for your advice, the problem is solved !
It work alright now!

 ;D  Greetings Niek, Foxlake
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Comment field in theme Blue_bell
« Reply #7 on: September 30, 2005, 07:00:39 am »

next time, don't contact me by email to ask such question >:(
In fact, don't try to contact any devs privately at all unless it's security related.
Logged
Pages: [1]   Go Up
 

Page created in 0.047 seconds with 20 queries.