The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Admin default post color
Hello I was wondering if anyone new the code for default post color for admin or any group of your choice. This is what I had with vB 3.8.4
Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] <!--message--> <if condition="$post['usergroupid'] == '5'"> <div style="color: red"> </if> <if condition="$post['usergroupid'] == '6'"> <div style="color: purple"> </if> <if condition="$post['usergroupid'] == '7'"> <div style="color: red"> </if> <if condition="$post['usergroupid'] == '27'"> <div style="color: orange"> </if> $post[message] <if condition="$post['usergroupid'] == '5'"> </div> </if> <if condition="$post['usergroupid'] == '6'"> </div> </if> <if condition="$post['usergroupid'] == '7'"> </div> </if> <if condition="$post['usergroupid'] == '25'"> </div> </if> <!--message--> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|