Grouping Categories
-
Hi,
I'm looking to be able to put categories into groups, for easier display on the home page (I plan on having a lot of categories)
I'm happy to extend NodeBB itself to achieve this, or go through a plugin system if possible.
Anyone have any clues on where to start? I'm assuming I'll need to look at
categoriesController.get
and change the return to either just include a group parameter that I can shuffle on the front end, or better yet, get it to return categories in groups.Cheers,
Miles
-
Look through open issues, it looks like I'm asking for this:
Subcategories could be great 路 Issue #1299 路 NodeBB/NodeBB
Hi, As some categories need to be organized, it could be great if you add subcategories in NodeBB. MORE : Subcategories in subcategories too.
GitHub (github.com)
If people have any pointers on where to begin, I'm happy to start implementing.