Tealk
Well-known member
Hi,
I will disable the category child and have fond "$renderedChildren" in "node_category_level_1" but I dont know where this option is.
I will disable the category child and have fond "$renderedChildren" in "node_category_level_1" but I dont know where this option is.
Code:
<xen:if is="{$renderedChildren}">
<ol class="nodeList">
<xen:foreach loop="$renderedChildren" value="$child">{xen:raw $child}</xen:foreach>
<xen:if is="@uix_nodeStyle == 3">
<div class="uix_nodeGridCollapseWrap">
<div class="uix_nodeGridCollapseInner"></div>
</div>
</xen:if>
<xen:if is="@uix_nodeGridCollapse && @uix_nodeStyle == 3">
<div class="uix_nodeGridCollapse__triggerWrap">
<div class="uix_nodeGridCollapse__trigger uix_nodeGridCollapse__trigger--expand">{xen:phrase uix_expand_forums}</div>
<div class="uix_nodeGridCollapse__trigger uix_nodeGridCollapse__trigger--collapse">{xen:phrase uix_collapse_forums}</div>
</div>
</xen:if>
</ol>
</xen:if>