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)

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!!


All times are GMT. The time now is 09:31 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.01444 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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