The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
question np
|
|
#2
|
||||
|
||||
|
You'll need to edit your CSS definitions by adding this after the rest of the code in your AdminCP > Style Manager > All Style Options:
Code:
.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #F1F1F1;
border-top: 1px solid #DBDBDB;
border-right: 2px solid #DBDBDB;
border-left: 1px solid #DBDBDB;
border-bottom: 2px solid #DBDBDB;
margin-bottom: 3px;
}
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> Code:
<if condition="$post['joindate']"><div class="info">$vbphrase[join_date]: $post[joindate]</div></if>
|
|
#3
|
|||
|
|||
|
thanks... that help'd alot
|
|
#4
|
|||
|
|||
|
SixSeries
Please don't remove your question after someone answered it. It could still be helpfull to someone else. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|