The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I change background color of unapproved post.
I would like to change background color of unapproved post so that they are easily distinguishable.
How can I do it ? Pls help. |
#2
|
||||
|
||||
You need to add a conditional in the postbit template to add a different background colour.
|
#3
|
|||
|
|||
Thanks for the reply Dismounted.
Can you pls post the code that i have to add. |
#4
|
||||
|
||||
Well, it would be something like this:
Code:
<if condition="$post['visible'] == 0">SOME HTML HERE</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|