The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Moderating Posting
Is there a way to make it that when a moderator makes a post, the background color of the post is different... also, can this option be turned on/off i.e. it only has a different color when the moderator is making an "official post" - otherwise, during "normal discussions," it looks the same.
If not, is there any suggestions on a way to make moderator posts stand out? Thank you. |
#2
|
||||
|
||||
There is no option to do this. If you want to do it for all the moderator posts, then you can put a condition in to add a class to the div if the post is by a mod and then add a background color to the class in the additional.css template.
<vb:if condition="is_member_of($post, 5,6,7)">modclass<vb:if> and .modclass {background: pink;} (This has actually been covered a few times before.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|