Quote:
Originally Posted by Kirk93
What should I add after <vb:else />? 
|
Well, I was just answering where you said you couldn't get any "else" to work. But I guess you'd do something like:
Code:
<vb:if condition="is_member_of($bbuserinfo, 1, 2, 3)">
Stuff to show to groups 1, 2, 3
<vb:else />
Stuff to show everyone else
</vb:if>
so if there's nothing that you want the other groups to see, you don't need an "else".
Do you have it working at all yet?