vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Postbit_legacy Template Design Help (https://vborg.vbsupport.ru/showthread.php?t=217793)

theFM 07-03-2009 07:04 PM

Postbit_legacy Template Design Help
 
i have just seen a postbit design which looks great and i want it also to be on my forum as if anyone can tell me how did they do it which looked so good

the Address of the forum is

Code:

http://sakurahana.com/forum/forum-support-feedback/19922-idiot-bot.html#post437736
Can anyone please tell me how did they design the postbit_legacy template

please please

mmoore5553 07-05-2009 06:31 AM

well it can be achieve several ways

https://vborg.vbsupport.ru/showthread.php?t=196244

there is one way or use

vbcredits
vbexperience ...

any of those and then just do custom CSS .

MoH672 07-06-2009 04:09 AM

Put this in your "Additional CSS Definitions" in your Style Manager.

Code:

.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #xxxxxx;
border-top: 1px solid #xxxxxx;
border-right: 2px solid #xxxxxx;
border-left: 1px solid #xxxxxx;
border-bottom: 2px solid #xxxxxx;
margin-bottom: 3px;
}

Replace the xxxxxx with your own colors.

Find the following in your postbit_legacy template:

Code:

<if condition="$post['joindate']">
Above it you will see the following code:

Code:

<div class="smallfont">
                                &nbsp;<br />

Replace "smallfont" with "pbit".

Enjoy.


All times are GMT. The time now is 07:33 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.01779 seconds
  • Memory Usage 1,711KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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