Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-14-2010, 03:10 PM
Tutatruck Tutatruck is offline
 
Join Date: Jan 2010
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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?
Reply With Quote
  #2  
Old 02-14-2010, 03:42 PM
DaRK mAN306's Avatar
DaRK mAN306 DaRK mAN306 is offline
 
Join Date: Aug 2008
Location: Bahrain
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ..
That should solve your problem ..
Reply With Quote
  #3  
Old 02-14-2010, 05:54 PM
Tutatruck Tutatruck is offline
 
Join Date: Jan 2010
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #4  
Old 02-14-2010, 06:54 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tutatruck View Post
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;
Reply With Quote
  #5  
Old 02-14-2010, 06:59 PM
Tutatruck Tutatruck is offline
 
Join Date: Jan 2010
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right, i?m at it!

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

Yep, that did it :-) Thanks a million both of you gentlemen!
Reply With Quote
  #6  
Old 02-14-2010, 07:38 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to have been of help.
Reply With Quote
  #7  
Old 02-15-2010, 01:53 AM
westpak westpak is offline
 
Join Date: Sep 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just a quick thanks
Reply With Quote
  #8  
Old 02-15-2010, 02:29 AM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #9  
Old 02-25-2013, 05:55 AM
Kat-2's Avatar
Kat-2 Kat-2 is offline
 
Join Date: Feb 2011
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #10  
Old 02-27-2013, 10:25 PM
fxdigi-cash fxdigi-cash is offline
 
Join Date: Jul 2012
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 !!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:33 PM.


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.04032 seconds
  • Memory Usage 2,253KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete