https://github.com/yariplus/nodebb-plugin-custom-pages
https://github.com/yariplus/nodebb-plugin-custom-pages
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yariplus/nodebb-plugin-custom-pages
- Owner: yariplus
- License: bsd-2-clause
- Created: 2016-11-20T21:51:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T22:31:33.000Z (over 8 years ago)
- Last Synced: 2025-01-29T05:28:40.782Z (4 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Static pages for NodeBB
Allows you to add as many new pages as you like to your NodeBB forum. New routes get added to the header automatically. Each new page has four widget areas (header, footer, content, and sidebar) which you can use to add HTML to in the Widgets ACP.
After creating or removing a new route, you have to restart NodeBB in order for the route to be registered.
**New in 0.7x: Routes are no longer automatically added to the header. If you want to add an icon/text link to the header to your new route, visit General -> Navigation and use the drag and drop interface to do so.**
## Installation
npm install nodebb-plugin-custom-pages
## TODO
* Move all widgets to draft zone if you delete a static page