jamalfree Active member May 15, 2015 #1 i want a small change in this condition if not x and y and z member show content 13. How can I show content to more than one member? <xen:if is="in_array({$visitor.user_id}, array(x, y, z))"> This content will show to members x, y and z </xen:if>
i want a small change in this condition if not x and y and z member show content 13. How can I show content to more than one member? <xen:if is="in_array({$visitor.user_id}, array(x, y, z))"> This content will show to members x, y and z </xen:if>
P Paul B XenForo moderator Staff member May 15, 2015 #2 It explains at the top of the resource how to change from true to false: https://xenforo.com/community/resources/conditional-statements.1604/ Upvote 0 Downvote
It explains at the top of the resource how to change from true to false: https://xenforo.com/community/resources/conditional-statements.1604/