JoyFreak
Well-known member
"Display in the node list" was the required flag (this is actually stock XenForo behaviour).When you hide a forum from the nodes list, the threads appear in the aggregated forum but they doesn't appear under latest posts on the forum list.
In my opinion this is a bug. If you have a lot of threads created in subforums but no threads in the "main" forum in the forum list it seems there is no activity at all. Once you click on that forum, you see a lot of new threads. So there is no reason why threads appear in a forum but doesn't appear under latest posts.
Hope you can fix this @Xon!
Add to extra.less
.node.node--id6 .node-subNodesFlat {
display: none !important;
}
Just change the node ID (number) to the node you want it to hide from.