The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
You know the posts bits that have like a Column around them
This is mine ![]() This is how i want to look like. ![]() Just any type of column forum -thanx Its On alot of forums -.- |
#2
|
||||
|
||||
![]()
There are many methods but I like to use the <div> tag for it. Example:
Code:
<div class="usrinfo"> $vbphrase[posts]: $post[posts]</div> <if condition="$post['joindate']"> <div class="usrinfo"> $vbphrase[join_date]: $post[joindate]</div></if> In your Main CSS you can set the following in the Additional CSS Definitions: Code:
.usrinfo { margin-top:1px; padding:3px; text-align:left; background:#999999; } ![]() |
#3
|
|||
|
|||
![]()
i got it.
Thanx man |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|