vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Board Optimization - How to reduce space in postbit (https://vborg.vbsupport.ru/showthread.php?t=230859)

LoneWolf71 01-18-2011 08:13 PM

Ok, i figured it out, it will work, however I had to delete all my styles but my main style, revert, and then add it again, working perfect now. Not a big deal, but here you can see it works now..

www.asskickersinc.com

You will need to register. :)

Shanti Nanda 01-19-2011 03:16 AM

It's working perfect for me in 4.1.1 <3

synseal 01-19-2011 02:56 PM

The problem lies with vbseo, if you turn off the Likes mod in vBSEO this works.

ekool 01-19-2011 08:36 PM

Quote:

Originally Posted by synseal (Post 2151484)
The problem lies with vbseo, if you turn off the Likes mod in vBSEO this works.

Struggling with this too. Would like something that allows it to work with the VBSEO Likes and looks good as well.

Anyone?

Discussion on VBSEO.com here as well: http://www.vbseo.com/f2/how-change-l...xt-link-47500/

EquinoxWorld 01-19-2011 08:54 PM

OK GOT IT FOLKS!

For those having problems with this mod using vBSEO simply search in templates (vbseo_buttons.css) for : .vbseo_buttons

replace:

Code:

.vbseo_buttons {
        clear: both;
        font-size: {vb:stylevar small_fontSize};
        position: relative;
}

with:

Code:

.vbseo_buttons {
        font-size: {vb:stylevar small_fontSize};
        position: relative;
}

and also replace:

Code:

.vbseo_buttons .vbseo_liked {
        border-color:#D5D5D5 #B3B3B3 #999999;
        border-style:solid;
        border-width:1px;
        background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
        -moz-border-radius: {vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
        clear: both;
        display: block;
        padding: {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} ;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2.5};
        margin: {vb:stylevar padding};
        <vb:if condition="$stylevar['textdirection'] == 'rtl'">
                background-position: right;
        </vb:if>
}

with :

Code:

.vbseo_buttons .vbseo_liked {
        border-color:#D5D5D5 #B3B3B3 #999999;
        border-style:solid;
        border-width:1px;
        background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
        -moz-border-radius: {vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
        display: block;
        padding: {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} ;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2.5};
        margin: {vb:stylevar padding};
        <vb:if condition="$stylevar['textdirection'] == 'rtl'">
                background-position: right;
        </vb:if>
}


And of course follow the instructions in the first post. Working perfect for me now.

ENJOY!

PS.: UPDATE: WORKS ON 4.1.3. WITH VBSEO 3.6.0

PS.: UPDATE: WORKS ON 4.1.11 WITH VBSEO 3.6.0

synseal 01-19-2011 09:35 PM

Yes that has fixed it, nice work!.

EquinoxWorld 01-19-2011 10:52 PM

Quote:

Originally Posted by synseal (Post 2151681)
Yes that has fixed it, nice work!.

Glad you confirm :up: Your mention of the vBSEO find made it easier so nice work to you too, happy we got this resolved.

ekool 01-20-2011 02:21 PM

Quote:

Originally Posted by EquinoxWorld (Post 2151657)
OK GOT IT FOLKS!

For those having problems with this mod using vBSEO simply search in templates (vbseo_buttons.css) for : .vbseo_buttons

And of course follow the instructions in the first post. Working perfect for me now, check it out: http://aniworlds.net/free-world/75-lair-weirdos.html

ENJOY!

Working perfectly for me as well, thanks much!

Gn_Snake 01-23-2011 08:09 PM

Yesss Man!!! :up:...Fixed!

sisterhood 01-24-2011 11:54 AM

Extra Nice THX!!!

OldSchoolDSL 01-25-2011 04:30 PM

Quote:

Originally Posted by EquinoxWorld (Post 2151657)
OK GOT IT FOLKS!

For those having problems with this mod using vBSEO simply search in templates (vbseo_buttons.css) for : .vbseo_buttons

replace:

Code:

.vbseo_buttons {
        clear: both;
        font-size: {vb:stylevar small_fontSize};
        position: relative;
}

with:

Code:

.vbseo_buttons {
        font-size: {vb:stylevar small_fontSize};
        position: relative;
}

and also replace:

Code:

.vbseo_buttons .vbseo_liked {
        border-color:#D5D5D5 #B3B3B3 #999999;
        border-style:solid;
        border-width:1px;
        background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
        -moz-border-radius: {vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
        clear: both;
        display: block;
        padding: {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} ;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2.5};
        margin: {vb:stylevar padding};
        <vb:if condition="$stylevar['textdirection'] == 'rtl'">
                background-position: right;
        </vb:if>
}

with :

Code:

.vbseo_buttons .vbseo_liked {
        border-color:#D5D5D5 #B3B3B3 #999999;
        border-style:solid;
        border-width:1px;
        background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
        -moz-border-radius: {vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
        display: block;
        padding: {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} ;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2.5};
        margin: {vb:stylevar padding};
        <vb:if condition="$stylevar['textdirection'] == 'rtl'">
                background-position: right;
        </vb:if>
}


And of course follow the instructions in the first post. Working perfect for me now, check it out: http://aniworlds.net/free-world/75-lair-weirdos.html

ENJOY!


Confirmed working

4.1.1 with vBSEO 3.6 RC1

FYI: You community makes for a poor example (Sigs are larger then life there)

yasmani19 02-02-2011 03:52 PM

Does not work on 4.1.1 :(
Does not reduce the space

ekool 02-03-2011 04:14 PM

Quote:

Originally Posted by yasmani19 (Post 2157833)
Does not work on 4.1.1 :(
Does not reduce the space

Do you have VBSEO?

yasmani19 02-05-2011 09:28 PM

Quote:

Originally Posted by ekool (Post 2158301)
Do you have VBSEO?

Yes, I have the 3.6.0 RC1
Why?

synseal 02-05-2011 10:11 PM

Quote:

Originally Posted by yasmani19 (Post 2159170)
Yes, I have the 3.6.0 RC1
Why?

Then read back,

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

The fix is there, I always search for a fix before asking questions :p

yasmani19 02-06-2011 07:55 AM

Quote:

Originally Posted by synseal (Post 2159181)
Then read back,

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

The fix is there, I always search for a fix before asking questions :p

Thanks :)

kiafaq 02-06-2011 09:41 AM

There is a fault in this fix, if you have version 3.6.0 of the vBSEO Like | Shared shown in the middle of the message and not the bottom as it is if you put the signature.

synseal 02-06-2011 12:10 PM

Quote:

Originally Posted by kiafaq (Post 2159320)
There is a fault in this fix, if you have version 3.6.0 of the vBSEO Like | Shared shown in the middle of the message and not the bottom as it is if you put the signature.

Strange, I have 4.1.1 and VBSEO 3.6.0 and the fix works fine on my forum?.

hiker 02-16-2011 07:20 PM

Installed seamlessly, thanks.

staffurdu 02-26-2011 01:38 AM

I dont see any difference even after putting this code. What exactly this modification do? Screenshot please!!

Freewings2 03-27-2011 10:23 PM

thanks for the vbseo fix:) working perfect between this thread and the other info here on vB 4.1.2 & vBSEO 3.6.0

samiro 03-28-2011 11:00 AM

not working woth RTL
4.1.2

sisterhood 04-08-2011 02:52 PM

Quote:

Originally Posted by Freewings2 (Post 2178130)
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

katim110 04-14-2011 06:54 PM

is this working for vb 4.1.3 ?

sybakaos 04-19-2011 12:56 PM

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.

sisterhood 04-21-2011 11:00 AM

Quote:

Originally Posted by sybakaos (Post 2186287)
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;

synseal 04-21-2011 11:29 AM

The fix is here

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

Mentioned on the previous page.

UKCE_Hitman 05-06-2011 03:44 PM

thx works magic installed

rob01 05-14-2011 12:08 AM

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

any idea?

Gamelobby 05-19-2011 09:36 PM

Quote:

Originally Posted by sybakaos (Post 2186287)
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 (Post 2186973)
????

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.

The Realist 05-30-2011 11:43 AM

Fantastic worked a treat.

raulin 05-31-2011 02:34 AM

Thanks!

ecky 05-31-2011 01:01 PM

Quote:

Originally Posted by katim110 (Post 2184700)
is this working for vb 4.1.3 ?

The initial instructions without any of the tweaks seem to be ok on 4.1.3 :)

Nice tip, thank you!

Lazorbeam 06-27-2011 06:37 PM

Seems to be working on 4.1.4, though I had trouble finding

Quote:

/*post bit*/
because of the extra space on the end!

yesfans 06-27-2011 10:24 PM

where is this in 4.1.4????

yesfans 06-27-2011 10:38 PM

found it

Donavaz 06-28-2011 05:12 AM

Quote:

Originally Posted by Merlinii (Post 2001825)
I also added...

------------
additional.ccs

/* move up signature */
.postbitlegacy .after_content {
clear:none; }

------------
postbit.ccs

/*post bit*/
.postbitlegacy .after_content {
clear:right !important;
}

AND CHANGED BELOW 4em to 1em to close up the bottom-padding

.postbitlegacy .postrow.has_after_content {
padding-bottom: 1em;
}
------------
That closed it up even more.

Thank You for all your research!

VERY VER THNAKS:D

sadiq6210 08-04-2011 09:32 AM

Not Working With 4.1.5 !

sdavis2702 08-21-2011 04:30 PM

Just started a new forum and I was looking for this! I used to do it on my old forums. Awesome, yet simple. Thanks!

bp323 09-12-2011 02:13 AM

thanks a million!!!


All times are GMT. The time now is 09:37 AM.

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.01581 seconds
  • Memory Usage 1,837KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete