vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Horizontal line between post and signature - can it be changed? (https://vborg.vbsupport.ru/showthread.php?t=235845)

Tutatruck 02-14-2010 03:10 PM

Horizontal line between post and signature - can it be changed?
 
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:
  1. First of all, sign into your Admin CP ..
  2. Then, go to "Styles & Templates >> Style Manager" ..
  3. After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
  4. Then, Expand the template groups and look for "postbit.css" template and edit it ..
  5. Once you enter the template, look for:
    Code:

    .signature {
            padding-top: 1em;
            border-top: {vb:stylevar postbit_border};
            margin-top: 2em;
    }

  6. Change the text in RED to "LineSizepx solid #ColorCode" (e.g. 3px solid #EAEAEA) ..
  7. 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 [DATE]1266179948[/DATE] at [TIME]1266179948[/TIME] ---------------

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

Quote:

Originally Posted by Tutatruck (Post 1982309)
Ooooh, that is what i call a FANTASTIC answer. Thank you ever so much, i?ll get right to it!

--------------- Added [DATE]1266179948[/DATE] at [TIME]1266179948[/TIME] ---------------

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:

HTML Code:

border-top: 5px solid #EAEAEA;

Tutatruck 02-14-2010 06:59 PM

Right, i?m at it!

--------------- Added [DATE]1266181297[/DATE] at [TIME]1266181297[/TIME] ---------------

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 05: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 10: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 !!


All times are GMT. The time now is 06:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01664 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete