Collapsible Node Categories

Collapsible Node Categories

By default subforums show in a menu type layout (on the forum list), what exactly do you mean?
 
By default subforums show in a menu type layout (on the forum list), what exactly do you mean?
I mean the subforum list in thread list, not in forum list.

Visit this page for example:
https://xenforo.com/community/forums/resource-manager-bug-reports-1-x-2-x.66/

The subforum "Resource Manager resolved bugs [1.x / 2.x]" is shown in the thread list above as for example.

Sure, 2 or 3 subforums are ok, but if you have multiple subforums, like here:
https://xenforo.com/community/forums/resource-and-add-on-archive.62/

you see how long the list can get before you see the threads. Having it collapsible would be pretty neat I think. The old ToggleMe addon for xf1 could do that, but I don't think we will se that returning for xf2, so I thought maybe I ask a style-guru.
 
The issue I'm currently having is that the following code:

<div class="block-desc">{$node.description|raw}</div></xf:if>

Is nowhere in my node_list_category template
 
It should be on line #7 in the template, if it is not then I can only assume the template has been edited and that line removed.
 
The issue I'm currently having is that the following code:

<div class="block-desc">{$node.description|raw}</div></xf:if>

Is nowhere in my node_list_category template

In 2.1 Search for:
<xf:if is="{$node.description}"><span class="block-desc">{$node.description|raw}</span></xf:if>
 
Last edited:
Top Bottom