T toby88 Member Dec 22, 2021 #1 It seems to me that advertising will be inserted to every forum, at least by default. Is there anyway I can decide which forums to exclude?
It seems to me that advertising will be inserted to every forum, at least by default. Is there anyway I can decide which forums to exclude?
P Paul B XenForo moderator Staff member Dec 22, 2021 #2 Wrap the ads in conditional statements - either to include or exclude specific forums. Code: <xf:if is="!in_array($__globals.forum.node_id, [1,4,8,10])"> Ad code </xf:if> Upvote 0 Downvote
Wrap the ads in conditional statements - either to include or exclude specific forums. Code: <xf:if is="!in_array($__globals.forum.node_id, [1,4,8,10])"> Ad code </xf:if>