Some Guy New member Jun 10, 2018 #1 I'm looking for something like this for my public navigation display condition. {$visitor.is_ingroup.4} Is there a way to show only group 4 a navigation item?
I'm looking for something like this for my public navigation display condition. {$visitor.is_ingroup.4} Is there a way to show only group 4 a navigation item?
oman Well-known member Jun 11, 2018 #2 Try either Code: <xf:if is="{{$xf.visitor.isMemberOf(4)}}"> or Code: {{$xf.visitor.isMemberOf(4)}} Let me know if either of those work for you. Upvote 0 Downvote
Try either Code: <xf:if is="{{$xf.visitor.isMemberOf(4)}}"> or Code: {{$xf.visitor.isMemberOf(4)}} Let me know if either of those work for you.
Some Guy New member Jun 11, 2018 #3 Thank you for the reply. The following worked: Code: $xf.visitor.isMemberOf(5) Upvote 0 Downvote
oman Well-known member Jun 13, 2018 #4 Some Guy said: Thank you for the reply. The following worked: Code: $xf.visitor.isMemberOf(5) View attachment 177653 Click to expand... Glad to hear! Upvote 0 Downvote
Some Guy said: Thank you for the reply. The following worked: Code: $xf.visitor.isMemberOf(5) View attachment 177653 Click to expand... Glad to hear!