vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Postbit] Postbit table (https://vborg.vbsupport.ru/showthread.php?t=83696)

rootnik 07-04-2002 10:00 PM

[Postbit] Postbit table
 
The only thing edited here is the left block, see screenshot below.

There are no hard coded colors. There are some hard coded font tags. Just replace your entire postbit template with the contents of the txt file.

http://www.dsspost.com/postbit.gif

rootnik 07-05-2002 05:17 PM

small update, added posts per day next to the post count.

sphinx 07-05-2002 05:37 PM

very good well done,one question how do I make a black border around it if possible ?

sphinx 07-05-2002 05:43 PM

ok sorted it out now

sphinx 07-05-2002 05:47 PM

addendum how do I get faint lines around it like here ?

rootnik 07-05-2002 06:32 PM

You'll need to add some code to each box you want that border on.

here is the code: style="border: 1px solid #D1D1D1;

Just look through the template until you find the box you want to edit. Here is an example of how you would add the code.

Before adding code:

<td width="100%" height="12" bgcolor="#F9F9F9"></normalfont><font face="Verdana" size="1" color="#4274B6"><b>$post[usertitle]</b></font></td>


After adding code:
<td style="border: 1px solid #D1D1D1; width="100%" height="12" bgcolor="#F9F9F9"></normalfont><font face="Verdana" size="1" color="#4274B6"><b>$post[usertitle]</b></font></td>

Notice where I put "style="border: 1px solid #D1D1D1;" right after the begining tag of the code.

The above example puts a border around the box that shows the member rank. You will need to add "style="border: 1px solid #D1D1D1;" to each box you want to border on.

You may want to get rid of the table background color too if you plan on doing this or the borders will look a little funky. :cool:

rootnik 07-05-2002 07:03 PM

I checked out your site and you'll defiently would want to change the template to have a border like the postbit here. I guess my template works better on some colors than others :D

If you have trouble making those changes to the template that I posted above, I'll post an update maybe tomorrow with the setup you want or maybe somebody else here will do it. Its very easy to do, I just don't have the time right now to make the changes and test it.

sphinx 07-05-2002 07:11 PM

yeah anything m8 is appreciated I am prettly new to this but learning faster thanks to yourself and other helpful members,again thanks

imported_ULTIMATESSJ 07-05-2002 07:15 PM

would someone be able to customise this for my postbit, as it is massive and has lots of different stuff as i have added so many hacks

dmjof 07-05-2002 07:22 PM

Um, it should be easy to you if you know begginers HTML...Just follow the instructions in the text file he has provided you with, then put extra tables with the PHP Code (E.X: $postbits) for the hacks in it.


All times are GMT. The time now is 03:26 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.01116 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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