Thanks.
Feedback : I install it and its work.
Another question : it doesn't seem to be possible to activate subscription and notification by mail for all category (like for post) to all user. Is it possible and how ?
Thanks in advance
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:
https://github.com/NodeBB/NodeBB/issues/1299
If people have any pointers on where to begin, I'm happy to start implementing.