M marioman Active member Sep 2, 2024 #1 hi, when i am using this code Code: <xf:if is="!in_array({$__globals.forum.node_id}, [41])"> Don't display ads for node IDs 41 </xf:if> on template (google_analytics) it doesn't work what's wrong here ?
hi, when i am using this code Code: <xf:if is="!in_array({$__globals.forum.node_id}, [41])"> Don't display ads for node IDs 41 </xf:if> on template (google_analytics) it doesn't work what's wrong here ?
M marioman Active member Sep 2, 2024 #2 this working fine Code: <xf:if is="!in_array({$forum.node_id}, [41,3,4])"> Don't display ads for node IDs 2, 3, 4 </xf:if> Upvote 0 Downvote
this working fine Code: <xf:if is="!in_array({$forum.node_id}, [41,3,4])"> Don't display ads for node IDs 2, 3, 4 </xf:if>