Michael
Active member
Hi everyone,
I need to hide ads which I have in several templates from 1 thread due to the thread content violating Adsense TOS.
I know theres this but thats to show within specific threads:
<xen:if is="{$threadId} == x">
How can I make that into do not show?
Thank you
I need to hide ads which I have in several templates from 1 thread due to the thread content violating Adsense TOS.
I know theres this but thats to show within specific threads:
<xen:if is="{$threadId} == x">
This content will show in thread x
</xen:if>How can I make that into do not show?
Thank you