The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Create a plugin at hook location "postbit_display_start" with the following:
Code:
switch ($this->post['usergroupid']){ case 6: $color = "green"; break; case 2: $color = "red"; break; } Find in your respective postbit template: Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<if condition="$post['usertitle']"><div class="smallfont"<if condition="$color"> style="color:$color"</if>>$post[usertitle]</div></if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|