Fethi.dz
Well-known member
Hi,
Happy New Year
I tried to exlude the advertisment block to be shown in some forums by doing the following:
ACP->Setup->Advertising
I have added a new advertisment block and in it for testing I put this code.
I used
Is there something wrong in my code??
Happy New Year
I tried to exlude the advertisment block to be shown in some forums by doing the following:
ACP->Setup->Advertising
I have added a new advertisment block and in it for testing I put this code.
PHP:
<xf:if is="!in_array({$forum.node_id}, [2, 3])">
Hello, Happy New Year ^^
</xf:if>
I used
{{ dump(vars()) }}
to make sure that the params are available but same issue no luck to hide the ads from the specific forums.Is there something wrong in my code??