Hello,
I use his code to show some widgets only in the sidebar of a single forum. In this example it is the forum with id=7.
<xen:if is="{$forum.node_id} == 7">
<xen:hook name=„myhook“... />
</xen:if>
My forum structure is like this
Category 5
forum 6
forum 7
forum 8
…
Now I would like to create „myhook“ in all forums of category 5. Is it possible without repeating the code from above for every forum ID?
regards, rhodes
I use his code to show some widgets only in the sidebar of a single forum. In this example it is the forum with id=7.
<xen:if is="{$forum.node_id} == 7">
<xen:hook name=„myhook“... />
</xen:if>
My forum structure is like this
Category 5
forum 6
forum 7
forum 8
…
Now I would like to create „myhook“ in all forums of category 5. Is it possible without repeating the code from above for every forum ID?
regards, rhodes