XF 2.0 how merge two conditions in one

jamalfree

Active member
Licensed customer
how merge two conditions in one

Code:
<xf:if is="!in_array({$forum.node_id}, [X,Y,Z])">



<xf:if is="!in_array($xf.visitor.user_id, [x, x, x, x])">
 
Back
Top Bottom