Hi.
I'm trying to add a conditional in XF2 for the inbuilt advertising system to show an add only on the forum home page.
This is what I have, but it shows on every page.
<xf:if is="$template != 'forum_list'">
Ad code here
</xf:if>
Any ideas what I am doing wrong?
Thanks.