https://github.com/imshawan/nodebb-plugin-three-column-page
Create custom page with three column layout in NodeBB. Also Supports addition of custom CSS and JavaScript.
https://github.com/imshawan/nodebb-plugin-three-column-page
Last synced: about 1 month ago
JSON representation
Create custom page with three column layout in NodeBB. Also Supports addition of custom CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/imshawan/nodebb-plugin-three-column-page
- Owner: imshawan
- License: mit
- Created: 2021-10-12T13:26:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T09:10:45.000Z (over 3 years ago)
- Last Synced: 2024-04-26T01:20:42.426Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nodebb-plugin-three-column-page
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three Column Page plugin for NodeBB
Allows you to add as many new pages as you like to your NodeBB forum. Each new page has four widget areas (header, footer, Left Panel, center Panel and sidebar aka Right Panel) which you can use to add HTML to in the Widgets ACP.
You can also add your custom CSS and JavaScript to the page and also supports JQuery.## Installation
```bash
npm install nodebb-plugin-three-column-page --save```