The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Quick, clean and easy:
In your style's main CSS, add a new tag called "glowtitle": Code:
.glowtitle { color:orange; font-weight: bold; font-size: 8px; Text-Decoration: Underline; } Then, in your postbit or postbit_legacy (depending on which you use). Look for: Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<if condition="$post['usertitle']"><div class="smallfont"><span class="glowtitle">$post[usertitle]</span></div></if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|