Thanks but I'm not looking for the template. I have a list of <xen:if > statements that I am using to show targeted ads within the "ad_" templates.
I've tried this but no luck
<xen:elseif is="{$forum.node_id} == 'index'" />
This seems to work but it's also doing it on every page that's not associated with a forum, like "watched threads.
<xen:elseif is="{$forum.node_id} == 0" />
thanks