It doesn't work Jonathan. And again... I don't want to call usergroups other than the admin usergroup. I want to use a single userid and the admin usergroup. In any case it would need to be OR instead of AND because no one is going to be a member of both usergroups.
I've got it patched with <if condition="($bbuserinfo[userid] == $userinfo[userid]) or ($bbuserinfo[userid] < 3)"> for now. But if anyone knows how to replace $bbuserinfo[userid] < 3 with $bbuserinfo[usergroup] == 6, I'd appreciate it.
|