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: Forum - border on signature  (Read 5350 times)

0 Members and 1 Guest are viewing this topic.

Dankriss

  • Coppermine regular visitor
  • **
  • Country: gb
  • Offline Offline
  • Gender: Female
  • Posts: 97
    • Nikmania
Forum - border on signature
« on: September 28, 2011, 08:00:57 pm »


Ok I have a border around my signature box...I have had a good look and after a lot of searching have discovered that using fieldset causes a box to form automatically so looked the forum/template/style.css  and yep is said no border with just a border at the top to spilt the sig from the message... So thought I would go and take out the fieldset command but I can't find it and as I don't know PHP at all I have to ask you guys again for a bit of help.

Have attached a screen shot so you know what I mean...

So sorry for being such a pain....

Kriss :)
Logged
Good with HTML and CSS but no good with script... so please bear with me.. :)

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Forum - border on signature
« Reply #1 on: September 29, 2011, 06:57:38 pm »

Please post a link so that we may take a closer look. http://forum.coppermine-gallery.net/index.php?index.php/topic,55415.0.html
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Dankriss

  • Coppermine regular visitor
  • **
  • Country: gb
  • Offline Offline
  • Gender: Female
  • Posts: 97
    • Nikmania
Re: Forum - border on signature
« Reply #2 on: September 29, 2011, 07:01:01 pm »

Logged
Good with HTML and CSS but no good with script... so please bear with me.. :)

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Forum - border on signature
« Reply #3 on: September 29, 2011, 07:09:14 pm »

Thank you.

Try adding
Code: [Select]
fieldset {border: 0;}
to your custom style.css
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Dankriss

  • Coppermine regular visitor
  • **
  • Country: gb
  • Offline Offline
  • Gender: Female
  • Posts: 97
    • Nikmania
Re: Forum - border on signature
« Reply #4 on: September 29, 2011, 07:17:50 pm »


Yippee!!!  do you know how long I tried to do that on the forum CSS....

One very quick question how do I get rid of the word 'signature' above the signature?

Kriss :)
Logged
Good with HTML and CSS but no good with script... so please bear with me.. :)

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Forum - border on signature
« Reply #5 on: September 29, 2011, 07:22:52 pm »

please mark your topic as solved. http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631

a very dirty way to do it would be to add
Code: [Select]
legend {display: none;}
to your style.css

[edit]
Code: [Select]
.signatureTitle {display: none;}
would work too.

Please open a new thread if you would like a cleaner solution. I don't have the time to search for it right now.
« Last Edit: September 29, 2011, 07:28:02 pm by Jeff Bailey »
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Forum - border on signature
« Reply #6 on: September 29, 2011, 07:25:36 pm »

Forgot to mention but if the forum plugin has its own stylesheet it would be safer to add these changes there instead of the themes style.css just it case in conflicts with something down the road.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Dankriss

  • Coppermine regular visitor
  • **
  • Country: gb
  • Offline Offline
  • Gender: Female
  • Posts: 97
    • Nikmania
Re: Forum - border on signature
« Reply #7 on: September 29, 2011, 07:36:44 pm »

Oh thank you so much....was going to have a look at legend as never used those CSS commands before will have a go or will open up a new post....

And as to the forum css I think it is the right one as the only one I could find in the plug in but it says basically what it says now in my theme css but wasn't working so it should not interfere...copied and pasted it here so you can see....

Code: [Select]
/**************************************************
  Coppermine 1.5.x Plugin - forum
  *************************************************
  Copyright (c) 2010 foulu (Le Hoai Phuong), eenemeenemuu
  *************************************************
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
  ********************************************
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/forum/forum/templates/classic/style.css $
  $Revision: 7119 $
  $LastChangedBy: gaugau $
  $Date: 2010-01-24 21:39:28 +0100 (So, 24 Jan 2010) $
  **************************************************/
 
.tableh1 a {
    color: #C6B78E;
}
fieldset.signature {
    margin-top: 10px;
    border: 0px;
}
.signatureTitle {
    font-style: italic;
    color: #C6B78E;
}

Kriss :)
« Last Edit: September 29, 2011, 07:39:44 pm by Jeff Bailey »
Logged
Good with HTML and CSS but no good with script... so please bear with me.. :)
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 19 queries.