The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do i change the color in the postbit. I want the "points" to be in bold and i want to be able to change the color.
My original code is. Code:
<if condition="$show['reputation']">Points: $post[reputation]<div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> ![]() If someone can teach me how that would be greatly appreciated. ![]() |
#2
|
|||
|
|||
![]()
Quick and dirty, try this:
Code:
<span style="color:orange;font-weight:bold;">Points: $post[reputation]</span> ![]() |
#3
|
|||
|
|||
![]()
thanks, it worked.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|