This plugin allows you to organize the categories on your homepage into individual sections.
Find a file
2020-12-09 03:36:55 -05:00
static closes #10 2017-05-23 15:00:57 -04:00
.gitattributes 🎪 Added .gitattributes 2015-03-02 13:58:08 -05:00
.gitignore init 2015-03-02 13:58:19 -05:00
.npmignore init 2015-03-02 13:58:19 -05:00
library.js 1.5.2 compatibility with lavender only 2017-09-19 16:17:36 -04:00
LICENSE init 2015-03-02 13:58:19 -05:00
package.json 0.2.2 2017-09-19 16:18:14 -04:00
plugin.json NodeBB v1.x.x compatibility 2016-03-17 19:46:19 +00:00
README.md fix: update readme for acp instructions 2020-12-09 03:36:55 -05:00

This plugin has been deprecated now that this functionality exists in core

2b619db746 c1821bb2d8

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.