vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Postbit questions (vb 4.2.1) (https://vborg.vbsupport.ru/showthread.php?t=303243)

SPEEDKILLZ 10-12-2013 12:36 AM

lol you two

SPEEDKILLZ 10-15-2013 06:26 AM

Will Posting My Code Help?

Digital Jedi 10-15-2013 06:39 AM

A link to one of your threads would actually be better.

SPEEDKILLZ 10-15-2013 05:14 PM

Quote:

Originally Posted by Digital Jedi (Post 2453507)
A link to one of your threads would actually be better.

http://globalhax.com/showthread.php?...&p=486#post486

ThatGreenAlien 10-15-2013 06:49 PM

You should be able to adjust the top and bottom margins of the reputation image by throwing this in your additional.css
Code:

.postbitlegacy .userinfo .postbit_reputation img {
margin-top:5px;
margin-bottom:5px;
}

Of course, editing the "5px" to whatever value suits your needs.

SPEEDKILLZ 10-15-2013 07:44 PM

Awesome, Is There A Certain Place to Put This?

TheLastSuperman 10-15-2013 07:48 PM

Quote:

Originally Posted by ThatGreenAlien (Post 2453656)
You should be able to adjust the top and bottom margins of the reputation image by throwing this in your additional.css
Code:

.postbitlegacy .userinfo .postbit_reputation img {
margin-top:5px;
margin-bottom:5px;
}

Of course, editing the "5px" to whatever value suits your needs.

Quote:

Originally Posted by SPEEDKILLZ (Post 2453678)
Awesome, Is There A Certain Place to Put This?

Place GreenAliens css provided in your additional.css template, if for some reason it does not do right then simply use !important to specify it should be this no matter what example as shown:

Code:

.postbitlegacy .userinfo .postbit_reputation img {
margin-top:5px !important;
margin-bottom:5px !important;
}


SPEEDKILLZ 10-15-2013 11:27 PM

Awesome worked great guys :) What would i add to make it float left?

--------------- Added [DATE]1381909526[/DATE] at [TIME]1381909526[/TIME] ---------------

Also how would i move the thanks and like down a bit?

Code in my postbit legacy to make it display
Code:

{vb:raw thanks_postbit}


All times are GMT. The time now is 11:37 PM.

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.01551 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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