BassMan
Well-known member
If I enter in widget display position for example
But if I add this to forum_view template it works:
What am I missing here?
$forum.node_id == 270
to show this widget only in specific forum it does not work.But if I add this to forum_view template it works:
Code:
<xf:if is="$forum.node_id == 270">
<xf:widget key="test" position="sidebar" />
</xf:if>
What am I missing here?