XF 1.2 Sub Forums List

clamoune

Member
Hi,

Since the update i've an issue of displaying forum :

Before :

Category
Forum A
Sub-category

Forum B1
Forum B2
Forum B3

When Category was selected I could see the entire list, Forum A / Sub-category / Forum B1 ...

Category
Forum A
Sub-category
Forum B1
Forum B2
Forum B3
Now :

I see Forum A and Sub-category

Category
Forum A
Sub-category

Could you help me to recover this functionnality ?

KR
 
Last edited:
I'm not entirely sure what you're asking.

There is an option in 1.2 to show the sub forums rather than as a dropdown.

Style Properties -> Forum -> Node List -> Show sub-forums popup
 
Thanks but not working ... I've reverted the template modification of node_xxxx

I've this part in node node_category_level_2

PHP:
<xen:if is="{$level} == 2 AND {$renderedChildren}">
<li class="subForumsGrid">
<ol class="secondaryContent blockLinksList blockLinksGrid">
<xen:foreach loop="$renderedChildren" value="$child">
{xen:raw $child}
</xen:foreach>
</ol>
</li>
</xen:if>

For that
1.1.webp
 
With a fresh install of xenforo 1.1.3 and Create Pages for Categories checked (home -> options -> Node & Forum List )

upload_2013-8-14_21-29-53.webp

With a fresh install of xenforo 1.2.0 and the same option checked :

upload_2013-8-14_21-32-4.webp

@Brogan @Mike a Bug ?
 
Last edited:
Top Bottom