XF 1.4 How can I show content to more than one member

jamalfree

Active member
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>


 
Top Bottom