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
  #42  
Old 04-18-2012, 08:31 AM
Emeralda's Avatar
Emeralda Emeralda is offline
 
Join Date: Oct 2011
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Huh? What was changed in 4.1.12 that this wouldn't work?
Reply With Quote
  #43  
Old 04-18-2012, 11:14 AM
Mr_Devlin Mr_Devlin is offline
 
Join Date: Nov 2005
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This issue seems to beelong into the Templates section...

/Edit: Has been moved...
Reply With Quote
  #44  
Old 09-15-2014, 02:30 PM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im not going to update the thread till someone could be bored and game enough to see if this ugly fix works for others issues thats been posted.

as far as i can see, this does still work for even vb4.2.2.

after messing around, i came up with a most likely work around for some issues. it may work, but may not. i no longer use vb4. but some that are having issues could try this...

as stated, find and remove:
Code:
/*signature */
.signature {
        padding-top: 1em;
	border-top: {vb:stylevar signature_border};
        margin-top: 2em;
}
in additional.css template add:
Code:
.postbitlegacy .after_content {
clear:none !important;
margin-top:-70px !important;
}
.signaturecontainer {
margin-top:10px;
}
then in postbit_legacy find:
Code:
<blockquote class="signature restore">
below add:
Code:
__________________
mess around with margin-top in both .postbitlegacy and .signaturecontainer.

screenshot added. tested 2 different styles, default and custom. FF, chrome, IE.
Attached Images
File Type: jpg siggy.jpg (58.2 KB, 0 views)
Reply With Quote
  #45  
Old 04-01-2023, 01:23 AM
oldfan's Avatar
oldfan oldfan is offline
 
Join Date: Jul 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont work on 4.2.5.
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 06:43 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.06895 seconds
  • Memory Usage 2,282KB
  • Queries Executed 20 (?)
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
  • (6)bbcode_code
  • (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
  • (5)post_thanks_box
  • (1)post_thanks_box_bit
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (5)post_thanks_postbit_info
  • (4)postbit
  • (6)postbit_attachment
  • (5)postbit_onlinestatus
  • (5)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