An open API service indexing awesome lists of open source software.

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.

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

```