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
How to reduce space in postbit Details »»
How to reduce space in postbit
Version: 1.00, by I.am I.am is offline
Developer Last Online: Feb 2010 Show Printable Version Email this Page

Category: Board Optimization - Version: 4.0.x Rating:
Released: 12-21-2009 Last Update: Never Installs: 580
Template Edits
 
No support by the author.

To reduce the space between the message area and the signature space go in:

Admin CP -> Style & Templates -> Style Manager -> CSS Templates -> Postbit.css

Find:

PHP Code:
/*post bit*/ 
Add under it:

PHP Code:
.postbitlegacy .after_content {
clear:right !important;

Save.

Finish

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
codeleakers, M.C., tekram, ThatGreenAlien, xeenux

Comments
  #142  
Old 03-27-2011, 10:23 PM
Freewings2 Freewings2 is offline
 
Join Date: Oct 2009
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the vbseo fix working perfect between this thread and the other info here on vB 4.1.2 & vBSEO 3.6.0
Reply With Quote
  #143  
Old 03-28-2011, 11:00 AM
samiro's Avatar
samiro samiro is offline
 
Join Date: Jan 2007
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working woth RTL
4.1.2
Reply With Quote
  #144  
Old 04-08-2011, 02:52 PM
sisterhood's Avatar
sisterhood sisterhood is offline
 
Join Date: Nov 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Freewings2 View Post
thanks for the vbseo fix working perfect between this thread and the other info here on vB 4.1.2 & vBSEO 3.6.0
Not working
Reply With Quote
  #145  
Old 04-14-2011, 06:54 PM
katim110 katim110 is offline
 
Join Date: Nov 2010
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this working for vb 4.1.3 ?
Reply With Quote
  #146  
Old 04-19-2011, 12:56 PM
sybakaos sybakaos is offline
 
Join Date: Mar 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've made it working in vBulletin 4.1.3 by searching for the following in postbit.css and removing the line in red:

Code:
.postbitlegacy .after_content {
	position: relative;
	width: 100%;
	clear:both;
}

It doesn't affect advertisements if enabled or anything else as far as I can tell.
Reply With Quote
  #147  
Old 04-21-2011, 11:00 AM
sisterhood's Avatar
sisterhood sisterhood is offline
 
Join Date: Nov 2008
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sybakaos View Post
I've made it working in vBulletin 4.1.3 by searching for the following in postbit.css and removing the line in red:

Code:
.postbitlegacy .after_content {
	position: relative;
	width: 100%;
	clear:both;
}

It doesn't affect advertisements if enabled or anything else as far as I can tell.

????

In 4.1.3 standing:


.postbitlegacy .after_content {
position: relative;
width: 100%;
clear: right;
Reply With Quote
  #148  
Old 04-21-2011, 11:29 AM
synseal's Avatar
synseal synseal is offline
 
Join Date: Apr 2009
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fix is here

https://vborg.vbsupport.ru/showpost....&postcount=125

Mentioned on the previous page.
Reply With Quote
  #149  
Old 05-06-2011, 03:44 PM
UKCE_Hitman UKCE_Hitman is offline
 
Join Date: Jan 2008
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx works magic installed
Reply With Quote
  #150  
Old 05-14-2011, 12:08 AM
rob01 rob01 is offline
 
Join Date: Sep 2008
Location: Mexico
Posts: 410
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i use this, but the signatures size gets all mess up

any idea?
Reply With Quote
  #151  
Old 05-19-2011, 09:36 PM
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 sybakaos View Post
I've made it working in vBulletin 4.1.3 by searching for the following in postbit.css and removing the line in red:

Code:
.postbitlegacy .after_content {
	position: relative;
	width: 100%;
	clear:both;
}

It doesn't affect advertisements if enabled or anything else as far as I can tell.
Quote:
Originally Posted by sisterhood View Post
????

In 4.1.3 standing:


.postbitlegacy .after_content {
position: relative;
width: 100%;
clear: right;

Mine said None instead of Both So i left it alone & changed the number in the next set of code below that..
Code:
.postbitlegacy .after_content {
	position: relative;
	width: 100%;
	clear:none;
}

.postbitlegacy .signature, .postbitlegacy .lastedited {
	margin-top: 1em;
	padding: 17em {vb:stylevar padding} 0;
}
I changed the number 17 in "padding" to just 1 & it took away ALL of the gap, so you can just adjust to your liking.
(worked in IE9 & Google Chrome)




*edit*
Now that im thinking about it this might have taken the gap out of the sig, not the space above the sig.
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 02:47 AM.


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.05124 seconds
  • Memory Usage 2,337KB
  • 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
  • (4)bbcode_code
  • (2)bbcode_php
  • (4)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete