<xen:if is="{$forum.node_id} == 57">
<xen:sidebar>
<xen:include template="custom_ventrilo" />
</xen:sidebar>
</xen:if>
The xen:include line is in my forum_list template and it causes my ventrilo block to appear on the side bar.
I added the above code to the bottom of the category_view template with the idea to have the ventrilo block appear there. It didn't work. If I take this same code, adjust the node, then add it to forum_view template, it works fine. Any idea why it wont work in category_view?