Okay so im after a bbcode that will only show the message inside to certain usergroups
The conditional needed is:
Code: 
<if condition="is_member_of($bbuserinfo, 6, 7, 10)">
i had a go but i failed
hers what i had
Code: 
<div style="padding: 3px; background-color: #545454; border: 1px solid #1f1f1f; font-size: 1em;">
<div style="border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;">
<if condition="is_member_of($bbuserinfo, 6, 7, 10)">
{param}
<else>
<p>You are not authorized to view this</p>
</if>
</div>
</div>
timtamboy63 Reviewed by timtamboy63 on . Help with Staff BBcode Okay so im after a bbcode that will only show the message inside to certain usergroups The conditional needed is: <if condition="is_member_of($bbuserinfo, 6, 7, 10)"> i had a go but i failed :P hers what i had <div style="padding: 3px; background-color: #545454; border: 1px solid #1f1f1f; font-size: 1em;"> <div style="border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;"> <if condition="is_member_of($bbuserinfo, 6, 7, 10)"> {param} Rating: 5