flaskbb-plugin-portal

A portal plugin for FlaskBB


Keywords
flaskbb, plugin, portal, flaskbb-plugin
License
BSD-3-Clause
Install
pip install flaskbb-plugin-portal==1.2.0

Documentation

Portal Plugin for FlaskBB

This plugin provides a simple portal for FlaskBB.

In addition to the settings that can be changed via the management panel, one setting has to be added (if desired) to your flaskbb.cfg:

PLUGIN_PORTAL_URL_PREFIX="/yourportalurlprefix"

This setting allows you to change the URL of the portal from the default value of /portal to something else. Be sure to not change it to something that could conflict with one of the URL_PREFIXes of FlaskBB.

Installation

This plugin can be installed from PyPI via:

$ pip install flaskbb-plugin-portal

License

flaskbb-plugin-portal is licensed under the BSD License.

Links