XF 2.1 Show tabs for some members

swiftyste

Active member
I'm looking to show navigation tab to only show for premium group, i had play around with Display condition with no success any ideas ?
 
You were in the right place Admin->Public navigation, the Display condition for the navigation tab.

Use
Code:
$xf.visitor.isMemberOf([A COMMA SEPARATED LIST OF YOUR PREMIUM USER GROUP IDS])
 
You were in the right place Admin->Public navigation, the Display condition for the navigation tab.

Use
Code:
$xf.visitor.isMemberOf([A COMMA SEPARATED LIST OF YOUR PREMIUM USER GROUP IDS])
That's what i'm missing kinda error on my part too i'm trying to sort my user groups with staff at the top and users at the bottom and with what i have done it's putting 1.3 as user group number, there so needs to be sort button on user groups not sort by alphabetical order.

Thanks so much for that!
 
Top Bottom