View Full Version : How can I change background color of unapproved post.
donal
03-07-2008, 06:32 AM
I would like to change background color of unapproved post so that they are easily distinguishable.
How can I do it ? Pls help.
Dismounted
03-07-2008, 07:38 AM
You need to add a conditional in the postbit template to add a different background colour.
donal
03-07-2008, 09:13 AM
Thanks for the reply Dismounted.
Can you pls post the code that i have to add.
Dismounted
03-07-2008, 11:21 AM
Well, it would be something like this:
<if condition="$post['visible'] == 0">SOME HTML HERE</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.