mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-category-sections.git
synced 2025-10-03 05:11:09 +08:00
This plugin allows you to organize the categories on your homepage into individual sections.
static | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
library.js | ||
LICENSE | ||
package.json | ||
plugin.json | ||
README.md |
This plugin has been deprecated now that this functionality exists in core
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,
- Go to the category ACP and set
# of recent replies
to 0. - Under Installed Plugins -> Lavender Theme, disable Masonry (or use the Vanilla theme)
- 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.