Hello, I am trying to display some ads in the posts area (first and last post) and have them show on all forums but one. I have placed this code in my template:
It doesn't work. It displays the same ads on all categories, even if I have set it to not show on the posts in the category 47. I have tried to implement this based on various tutorials I read online, maybe I did something wrong?
Appreciate any hint.
Thanks in advance.
Code:
<vb:if condition="$forum[forumid] != 47"> <div id="our-ads">myad code</div> </vb:if>
Appreciate any hint.
Thanks in advance.
Comment