PDA

View Full Version : Horizontal line between post and signature - can it be changed?


Tutatruck
02-14-2010, 03:10 PM
Running 4.01 with default style and some of the users on the board are complaining that they have difficulties distinguish the post from the signature. There“s a thin horizontal line between the two, can that line be altered into something more visible? Like thicker or so?

DaRK mAN306
02-14-2010, 03:42 PM
Hi Tutatruck,

Yes, you can change that horizontal line in many ways ..
The first way is to change the "postbit_border" variable from the "StyleVars". But I don't recommend doing that cos it will ruin the whole postbit ..

The best way to change the line that separates the signature from the post is to edit it from the "Style Templates" and to do that, you can follow these steps:
First of all, sign into your Admin CP ..
Then, go to "Styles & Templates >> Style Manager" ..
After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
Then, Expand the template groups and look for "postbit.css" template and edit it ..
Once you enter the template, look for:
.signature {
padding-top: 1em;
border-top: {vb:stylevar postbit_border};
margin-top: 2em;
}
Change the text in RED to "LineSizepx solid #ColorCode" (e.g. 3px solid #EAEAEA) ..
Don't forget to "Save" the template after editing it :p ..That should solve your problem ..

Tutatruck
02-14-2010, 05:54 PM
Ooooh, that is what i call a FANTASTIC answer. Thank you ever so much, i?ll get right to it!

--------------- Added 1266179948 at 1266179948 ---------------

Hmmmm dunno if i did something wrong, but now the thin line isnt even visible :-) I changed to this as a first test:

.signature {
padding-top: 1em;
border-top: {5px solid #EAEAEA};
margin-top: 2em;

Is that correct?

borbole
02-14-2010, 06:54 PM
Ooooh, that is what i call a FANTASTIC answer. Thank you ever so much, i?ll get right to it!

--------------- Added 1266179948 at 1266179948 ---------------

Hmmmm dunno if i did something wrong, but now the thin line isnt even visible :-) I changed to this as a first test:

.signature {
padding-top: 1em;
border-top: {5px solid #EAEAEA};
margin-top: 2em;

Is that correct?

Try it without the brackets. Like this:

border-top: 5px solid #EAEAEA;

Tutatruck
02-14-2010, 06:59 PM
Right, i?m at it!

--------------- Added 1266181297 at 1266181297 ---------------

Yep, that did it :-) Thanks a million both of you gentlemen!

borbole
02-14-2010, 07:38 PM
Glad to have been of help.

westpak
02-15-2010, 01:53 AM
just a quick thanks

Videx
02-15-2010, 02:29 AM
Correct me if I'm wrong, but edits like this will have to be done manually in each style every time a vbulletin upgrade occurs? Way too much trouble.

Now, if there was an add-on that allowed some sig customizations...

Kat-2
02-25-2013, 04:55 AM
I know this thread is old, but it came up in searches for me. I have tried everything to get a line between the post and signature to show up, to no avail. I have double and triple checked to make sure I did it just as stated in this thread, and it is still blank. Any other ideas, please? :confused:

fxdigi-cash
02-27-2013, 09:25 PM
how about adding <hr> in the template above the signature in postbit_legacy or signature code?

check that. I never tested it, but logically should work !!