vb.org Archive

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

Jaejoong1 09-02-2012 03:24 AM

Postbits
 
How Can I make this postbit
https://vborg.vbsupport.ru/external/2012/09/63.png

Look like

https://vborg.vbsupport.ru/external/2012/09/64.png

I'm aware that the Liked is from vBSeo, but I was wondering how i could set boxes around everything.

Does anyone think they give me the code needed?

ForceHSS 09-02-2012 01:40 PM

Just some style changes

Lynne 09-02-2012 04:12 PM

Check the template mods area because I know someone has posted instructions in there.

qpurser 09-03-2012 06:12 AM

I don't know if it is the best way to achieve it but this is what I did:

Added the following to my "additional.css"
Code:

.bppostbit {
margin-top: 2px;
padding: 3px;
background: url(images/SeamusLight/gradients/back6.png) top left repeat;
border: 1px solid #c4c4c4;
}

If you don't want a background inside the boxes remove the url to the image

Then I used in my postbit legacy for each information I wanted to display in boxes:

Code:

<div class="bppostbit">
code
</div>



All times are GMT. The time now is 05:06 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.00912 seconds
  • Memory Usage 1,712KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete