https://github.com/nodebb/nodebb-plugin-category-sections
This plugin allows you to organize the categories on your homepage into individual sections.
https://github.com/nodebb/nodebb-plugin-category-sections
Last synced: 8 months ago
JSON representation
This plugin allows you to organize the categories on your homepage into individual sections.
- Host: GitHub
- URL: https://github.com/nodebb/nodebb-plugin-category-sections
- Owner: NodeBB
- License: bsd-2-clause
- Created: 2015-03-02T18:58:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T08:36:55.000Z (over 5 years ago)
- Last Synced: 2025-06-03T18:32:16.180Z (9 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 13
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### This plugin has been deprecated now that this functionality exists in core
https://github.com/NodeBB/nodebb-theme-persona/commit/2b619db7466c2dd1e61f3fbd2f2e5afc56a2bd7e
https://github.com/NodeBB/nodebb-theme-lavender/commit/c1821bb2d8493b9377c2750927ead21798b0eff6
Use `isSection` in your custom theme to emulate this behavior as well. This option is available now by default in core in ACP -> Manage -> Categories -> X Category -> "Treat this category as a section".
# Category Sections for NodeBB
This plugin allows you to organize the categories on your homepage into individual sections.
## Homepage Screenshot

Tip: To make it look like this screenshot,
1. Go to the category ACP and set `# of recent replies` to 0.
2. Under Installed Plugins -> Lavender Theme, disable Masonry (or use the Vanilla theme)
3. Go to Appearance -> Custom CSS panel and add the following code:
```
.category-item .category-box .category-info {
min-height: 85px;
}
```
Or just theme it however you want :)
## ACP Screenshot
Drag and drop interface to create new sections and re-order the categories within.
