Ivo Pereira
New member
Hello,
I am looking for a way to get some stuff showing up using Template Conditionals.
I was able to get something to display up on the Forum Node and the DIRECT children by using the following:
However I am looking to cover automatically every possible children of those direct nodes (like sub-sub-sub-nodes).
Any ideas?
Thanks
I am looking for a way to get some stuff showing up using Template Conditionals.
I was able to get something to display up on the Forum Node and the DIRECT children by using the following:
HTML:
<xen:if is="{$forum.node_id} == 166 OR {$forum.parent_node_id} == 166">
<xen:include template="custom_template" />
</xen:if>
However I am looking to cover automatically every possible children of those direct nodes (like sub-sub-sub-nodes).
Any ideas?
Thanks