Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Vb3 Signature Style For Vb4 Details »»
Vb3 Signature Style For Vb4
Version: 1.01, by ShawneyJ ShawneyJ is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.1.9 Rating:
Released: 08-01-2010 Last Update: 01-04-2012 Installs: 56
Template Edits
Translations Is in Beta Stage  
No support by the author.

Vb3 Signature Style For Vb4 "UPDATED" To Work With VB4.1.9
Please Mark As Installed And Give A Good Rating If You Like
Thanks.

As most of us know the huge gap between the content and the signature in our threads/posts can be annoying and ugly.
Well hear is a simple solution and should work for all versions of Vb4.
Remember i said should above.
Brought to you by Teen Forums.

This has been tested and works for the latest version of VB4.1.9 using IE8 and FF3. Im sorry if this doesn't work with other browsers...but there's no reason why it shouldn't work.
But i would love to hear hopefully good feedback saying this does work with other browsers :erm:

And finally i am back using VB4 as i converted back to VB3 after whipping up this Mini Mod and fled.

Whats New In This Update
1st off, i had to change this to a Beta as im not %100 confident that this Mod will work on the many different VB4 styles around the net. But PLEASE post in (fingers crossed) that this works for you.

Ok so, whats new is, you can now set your signature to any height, high/low to suit your needs/boards by just editing the margin-top: in px.

Whats Fixed
Big gaps that some members were still reporting.
A scroll-bar appearing in a post after using emoticon on its own line.
Codes not conflicting with other codes. (Beta)

What I Haven't Fixed Yet
The line width above the Signature (Sorry Guys).

Installations In Detail
1. Go to you AdminCp>>Styles & Templates>>Style Manager and, from the drop down menu chose "Edit Templates".
Scroll down to: CSS Templates and double click.
Find postbit.css and double click.

2. In your postbit.css template...
Find:
Code:
/*signature */
.signature {
        padding-top: 1em;
	border-top: {vb:stylevar signature_border};
        margin-top: 2em;
}
And remove it.
Click Save.

3. While still in CSS Templates section, scroll back up to your additional.css template and double click.

4. In your additional.css template...
Add this code:
Code:
.postbitlegacy .after_content {
clear:none !important;
margin-top:-60px !important;
}

.signature {
border-top: {vb:stylevar signature_border};
}
Click Save.

Now as you can see in the above code in RED -60px.
Change how High or Low you would like your Signature.

If your Signature is to High in your threads/posts, you would simply change -60px to say -30px.
If you would like to have your Signature back to normal, you would remove the "-" and set to "0px" so then it would look like normal Vbulletin Default.

If you want your Signature Very low you would set to 20px.
Ie:
-30px is Up.
30px is Down.

I will leave the old Text Document for you to download if need be.
I have uploaded a new Text Document for VB4.1.9, download for safe keeping.

Feel free To check out The: DEMO

I really hope this is MUCH better than the old Mod. And please let me know if everything works ok for you all so i can remove from beta, Thanks.
Cheers.

NEW: Screen Shots Below of a 2 Custom Vbulletin Style 4.1.9 styles created by different designers. One Sceen Shot of Default Vbulletin Style.

Download Now

File Type: txt Vb3.x Signature Style For Vb4.X.X.txt (673 Bytes, 108 views)
File Type: txt VB3 Signature Style For VB4.1.9.txt (1.4 KB, 32 views)

Screenshots

File Type: jpg siggyscreenshot.jpg (58.7 KB, 0 views)
File Type: jpg siggyscreenshotblack.jpg (43.9 KB, 0 views)
File Type: jpg siggyscreenshotdefault.jpg (48.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Emeralda

Comments
  #2  
Old 08-02-2010, 11:02 AM
sulasno sulasno is offline
 
Join Date: Feb 2010
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged and thanks
Reply With Quote
  #3  
Old 08-02-2010, 11:38 AM
giorgino giorgino is offline
 
Join Date: Dec 2009
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to reduce the space between post and signature, but not "erase" it?
Reply With Quote
  #4  
Old 08-02-2010, 12:43 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by giorgino View Post
How to reduce the space between post and signature, but not "erase" it?
you mean you want a little more space? if so,
try changing in the code: padding-bottom:0 set it to like 20, mess with it a bit mate.
eg: padding-bottom:20
Reply With Quote
  #5  
Old 08-02-2010, 01:08 PM
giorgino giorgino is offline
 
Join Date: Dec 2009
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you but I need something like this:

Reply With Quote
  #6  
Old 08-02-2010, 02:04 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by giorgino View Post
Thank you but I need something like this:
i guess you could open postbit_legacy,
find:
Code:
{vb:raw template_hook.postbit_signature_start}
just for a quick fix as its late here, add above that code:

Code:
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
you can add on to the <br /> add or remove to set where you want your siggy.
you can use other space codes but thats all i can think of at the moment sorry, just tied
i'll have a look in the morning if thats no help.
Reply With Quote
  #7  
Old 08-02-2010, 02:20 PM
giorgino giorgino is offline
 
Join Date: Dec 2009
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
Reply With Quote
  #8  
Old 08-02-2010, 06:48 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome .....been waiting for this one ....will add it now ...thanks Jaycob
Reply With Quote
  #9  
Old 08-02-2010, 06:59 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gahh ...didnt work on 4.0.3 ..still have a large gap below sig?? any ideas
Reply With Quote
  #10  
Old 08-02-2010, 10:17 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by COL NIL SATIS View Post
gahh ...didnt work on 4.0.3 ..still have a large gap below sig?? any ideas
thats strange as i just tested again with another style, thats 6 different styles all up this is working on. 4.0.2 to 4.0.5 styles.

you just simply added the code to additional.css?
im guessing you did but, just thought i'd ask.

EDIT: just signed up to your forum and the signatures looks ok, you using FF or IE mate?
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 01:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06362 seconds
  • Memory Usage 2,335KB
  • Queries Executed 24 (?)
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
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete