Quote:
Originally Posted by LifesGreatestGift
post me the conditional you are using exactly as is. or just post the contents of threadbit template in code tags.
|
I pasted the conditional exactly as you put it. Here's how I was using it
Code:
<!-- test usergroup check -->
<vb:if condition="is_member_of($bbuserinfo, 6)">
<vb:if condition="in_array(6, $group)">
style=""
</vb:if>
</vb:if>
<!-- test usergroup check -->
I'm testing this with usergroup 6 until I get it working then I would remove the first conditional, and then edit the second one accordingly.
I get the error when I try to save that.
If I do just this, it saves ok.
Code:
<!-- test usergroup check -->
<vb:if condition="is_member_of($bbuserinfo, 6)">
style=""
</vb:if>
<!-- test usergroup check -->