Did you try ?How can I change this code, so it will be visible for few ID groups instead only one?
So I want to add there ID group 4 too, how can I do it? Cuz I can't do it with "," etc...Code:$xf.visitor.isMemberOf(3)
<xf:if is="$xf.visitor.isMemberOf([3,4])">
Did you try ?How can I change this code, so it will be visible for few ID groups instead only one?
So I want to add there ID group 4 too, how can I do it? Cuz I can't do it with "," etc...Code:$xf.visitor.isMemberOf(3)
<xf:if is="$xf.visitor.isMemberOf([3,4])">
Yep, working tyDid you try ?
Code:<xf:if is="$xf.visitor.isMemberOf([3,4])">