XF 1.4 Subforum?

tommydamic68

Well-known member
Not sure if this is the right term for what I am looking for. I have a "health and nutrtion" section on my forum but want to add a sort of subform on a particular food. How would I safely go about this? I have the "other food" forum already existent but want to move it under the health and nutrition forum as a sub forum. Sort of like this. @Brogan - I used your site as a reference.

Screen Shot 2014-11-06 at 6.02.27 AM.webp

Here is my forum area. I want to move the "sphynx cats and raw diet" under "sphynx cat health and nutrition" as a "sub forum."

Screen Shot 2014-11-06 at 6.05.57 AM.webp
 
If you want to show it on mobile add this code to your EXTRA.css;

Code:
.Responsive .node .subForumList {
    display: inherit !important;
}

... or with this one:
Code:
.Responsive .node .subForumList {
    display: initial !important;
}

Try it. But I don't recommend you this.
 
If you want to show it on mobile add this code to your EXTRA.css;

Code:
.Responsive .node .subForumList {
    display: inherit !important;
}

... or with this one:
Code:
.Responsive .node .subForumList {
    display: initial !important;
}

Try it. But I don't recommend you this.
I think I will skip sub forums. Not worth the headache, perhaps it will improve in the future for ease of use.
 
Top Bottom