The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Glowing user TITLES? look inside
ok i found a thread about coloring.glowing usernames, but what about usertitles? like
Caddyman <figured that out Admin< how do i make this glow/decorate? please is it a hack i need to add, or a css definition or? im pretty new to coding but i can figure it out, just need pointed in the right direction, the site is on VB 3.6.0 TIA to anyone who can help me a little |
#2
|
|||
|
|||
anybody? please...
|
#3
|
|||
|
|||
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> |
#4
|
|||
|
|||
awesome thanks man, ill try that out!
|
#5
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|