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
  #32  
Old 02-22-2011, 05:24 AM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine on 4.1.2. Thanks!
Reply With Quote
  #33  
Old 03-09-2011, 05:23 PM
spankaveli spankaveli is offline
 
Join Date: Mar 2002
Location: Geismar, LA
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there any way to change the width (to a specified pixel or percentage) instead of having it span the entire post?
Reply With Quote
  #34  
Old 04-25-2011, 06:59 AM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by archet1337 View Post
Working fine on 4.1.2. Thanks!
Not on my 4.1.2 maybe its the skin causing it.
Reply With Quote
  #35  
Old 05-19-2011, 09:19 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does seem to work a little..

It closes the gap a little on some skins & not so much on others. But my main issue is the gap INSIDE the sig, not the gap above the sig area.
My sig area has a gap above the "sig" image, but still below the sig area line.
I've attached an image to show what i mean.. (i made the sig line really big)



Any thoughts on that.?
Attached Images
File Type: jpg sig-gap.jpg (7.9 KB, 0 views)
Reply With Quote
  #36  
Old 01-05-2012, 01:58 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vb3 Signature Style For Vb4 "UPDATED" To Work With VB4.1.9. Hoping this works for everyone.
Reply With Quote
Благодарность от:
OldSchoolDSL
  #37  
Old 01-06-2012, 04:58 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jaycob View Post
Vb3 Signature Style For Vb4 "UPDATED" To Work With VB4.1.9. Hoping this works for everyone.
I've got better news. It works on 4.1.10 Alpha 2 and Alpha 3

I suspect it will easily work on the final build :up:
Reply With Quote
Благодарность от:
ShawneyJ
  #38  
Old 01-07-2012, 12:41 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
I've got better news. It works on 4.1.10 Alpha 2 and Alpha 3

I suspect it will easily work on the final build :up:
awesome, thanks for the feedback. so far so good.
Reply With Quote
  #39  
Old 02-11-2012, 11:34 PM
Emeralda's Avatar
Emeralda Emeralda is offline
 
Join Date: Oct 2011
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's really what I was looking for, I was scared I'd have to do it myself. Anyway, the only thing that still isn't to my liking is the leftover top border. What I'd like is for it to be around 80% of total width and centered. I tried removing the top border from additional css and adding styled HR in Legacy template, but it didn't work, the HR wasn't displayed >.<
Reply With Quote
  #40  
Old 03-13-2012, 02:02 PM
PirateTinman PirateTinman is offline
 
Join Date: May 2009
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine on 4.1.11 in Google Chrome.

Added my own max-height in there... hate wall of text signatures

Thanks for the code!
Reply With Quote
  #41  
Old 04-17-2012, 07:17 PM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this be updated for vBulletin 4.1.12 please?
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 11: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.11474 seconds
  • Memory Usage 2,355KB
  • Queries Executed 26 (?)
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
  • (2)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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