The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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> |
![]() |
|
|