XF 2.1 Show a navigation item to certain user groups?

rockstarmind

Active member
Hey there,

I want to show a menu item to people who have my VIP tier.

Is there a display condition for that?

200653

Thanks so much for your help!


Talk soon,

Steve
 
Thanks man! I'll try that out.

Is there the possibility of applying this to multiple groups? (i.e $xf.visitor.isMemberOf(10, 2, 1, 4, 5)) ?

Thanks again. :)
 
Last edited:
There is a number for each group, you can find that by hovering over them in the ACP and see it in the bottom left hand corner. I believe this would work, $xf.visitor.isMemberOf(10, 2, 1, 4, 5)
 
I tried that and it doesn't work for the user I'm testing and I think it's because that statement means they would only see it if they are part of ALL of those groups (AND, not OR).

Is there a way to get it so it's 6 or 7 or 8 or 14?

Thanks again!
 
Top Bottom