Is it possible to do something like, If user Y is in Role A,B, and C then do something, else do this. Or the corollary, if user is NOT in Role A, B, and C then do something, else do this.
I see that you have the ISINROLE token, but I'm pretty sure that only checks for a single role. Maybe this would work? [ISINROLE:A,B,C] display this [/ISINROLE:A,B,C].
Thanks. |