The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I don't know if I was descriptive enough in the thread title but I have seen a lot of forums using the vb2 post bit and having "boxes" around the user information. An example of the "boxes" is here. I have seen it at many forums so I know it's not just an extreme pixels exclusive. This has probably been posted a million times before but I've been searching all day and cant find it. Can anyone point me towards how to do that?
|
#2
|
|||
|
|||
![]()
this can be done using the css and div classes cant it??.... i think so.... ill give it a go
|
#3
|
|||
|
|||
![]()
It probably can, but I don't know either div classes or CSS.
|
#4
|
|||
|
|||
![]()
in 'All Style Options' part of the 'Style Manager', find near the bottom of the page 'Additional CSS Definitions' and add the following in the second box
Code:
.postbitinfo { background-color: #E6ECF4; border-top: 1px solid #4775A7; border-right: 2px solid #4775A7; border-left: 1px solid #4775A7; border-bottom: 2px solid #4775A7; padding-top: 3px; padding-right: 0px; padding-left: 3px; padding-bottom: 3px; margin-bottom: 3px; } scroll right to the bottom and hit save then in your 'postbit_legacy' template find Code:
<div>$vbphrase[join_date]: $post[joindate]</div></if> Code:
<div class="postbitinfo">$vbphrase[join_date]: $post[joindate]</div></if> Code:
<div> Code:
<div class="postbitinfo"> |
#5
|
|||
|
|||
![]()
Thank you so much!
|
#6
|
||||
|
||||
![]()
Will this work with the vB3 postbit, if I was to edit the postbit template, as opposed to postbit_legacy?
|
#7
|
|||
|
|||
![]()
i havent tryed it as i dont like the horizontal postbit...
|
#8
|
|||
|
|||
![]()
I'm also interested to know if this will work with version 3.0.I like this type of look as it looks more "clean" to me then just text with no boards.Thansk to anyone who can answer this.
|
#9
|
|||
|
|||
![]()
it will work with 3.x.x and allso does work with the 'new' horizontal postbit
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|