Resource sub-categories display

flowerpot132

Active member
Licensed customer
I have created a sub-cat but it's not showing on the LHS? Is this right. I woudl like it to.

Thanks
 
I want the tree to display on the LHS without clicking in. Even if I click into the parent I can't see the sub, do you need to have resources added to it to see?
 
I want the tree to display on the LHS without clicking in. Even if I click into the parent I can't see the sub, do you need to have resources added to it to see?
Create a TM that replaces categoryList toggleTarget with categoryList toggleTarget is-active in xfrm_category_list_macros template. (This opens the child categories by default)
 
Create a TM that replaces categoryList toggleTarget with categoryList toggleTarget is-active in xfrm_category_list_macros template. (This opens the child categories by default)

His question was for xF1 so unfortunately that's an incorrect answer for that version.
 
Ok it is the same, in xfrm_category_list_macros but i need to expand only an exact category (root), here is the code:


Code:
    <xf:if is="$category.resource_category_id == 36">
    <xf:set var="$isSelected" value="1" />
    </xf:if>
 
Back
Top Bottom