this what i did to make it work in vb 4.
Code:
<vb:if condition="THIS_SCRIPT=='private' && is_member_of($post, 5, 6, 7)">
<h2 class="blockhead">{vb:raw vboptions.bbtitle} PM Security Certificate</h2>
<div class="blockbody">
<table border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<th class="pmc1" width="32"><img src="images/misc/verified.gif" width="27" height="32" alt="Verified!" /></th>
<th class="pmc2"><strong><font size="2" color="#339900">V E R I F I E D</font></strong><br /><font size="1">This message was sent by an official <strong>{vb:raw vboptions.bbtitle}</strong> staff member. It's contents can be trusted.</font></th>
</tr>
</table>
</div>
<br />
</vb:if>
In additional.css, paste the following code anywhere:
Code:
.pmc1, .pmc1Active
{
background: #f2f6f8;
}
.pmc2, .pmc2Active
{
background: #fafafa;
}