Our existing forum structure includes an extra level, which we use as a section heading. While this works this prevents our theme from showing the subcategories underneath.
I have tracked this down to the helpers.trimChildren function, which sets the children variable to undefined as a way of limiting the depth. As we need as extra depth level is there any way of overriding this function without having to resort to modifying core code?
You can see in these screenshots. The first screenshot is how it looks normally and the second is how we want it to look.

