Thanks for the suggestions Jonathan.
Sorry, that won't work.
(yes I caught the typo in "condition" too)
What I want is to display information to $bbuserinfo[userid] == $userinfo[userid] and $bbuserinfo[usergroup] == 6 only.
The statement you've written appears like it would only show information if a user was a member of usergroup 2 and usergroup 6. I don't have any admins that are also in the registered users usergroup. In addition I have users that aren't in usergroup 2 and I need the information to only display to the single user, not all members of a usergroup. <if condition="$bbuserinfo[userid] == $userinfo[userid]"> works for the single users I just need to add the ability for admins to see this too.
Since my super admins are users 1 and 2 I can set this:
<if condition="($bbuserinfo[userid] == $userinfo[userid]) or ($bbuserinfo[userid] < 3)">
And it works. I just can't seem to set the admin usergroup and make it work.
At any rate, it's not working.
Anyone with any other suggestions?
|