ForkBB is a free and open source forum software.
Find a file
2019-10-11 19:32:26 +07:00
app For PHP 7.4 2019-10-11 19:32:26 +07:00
public + Added moderator rights management 2018-11-05 15:28:24 +07:00
vendor 2018-04-20 2018-04-20 18:16:59 +07:00
.dist.htaccess Fix auto detect base url for install 2018-09-12 20:40:20 +07:00
.gitignore Fix auto detect base url for install 2018-09-12 20:40:20 +07:00
composer.json Require at least PHP 5.6.12 2018-07-25 10:53:04 +07:00
composer.lock 2017-11-30 2017-11-30 10:08:32 +07:00
index.dist.php Fix auto detect base url for install 2018-09-12 20:40:20 +07:00
LICENSE Change of the license 2018-02-25 11:48:25 +07:00
readme.md Change readme for install 2018-09-12 20:54:51 +07:00

ForkBB rev 1 Pre-Alpha Readme

About

ForkBB is an open source forum application. The project is based on FluxBB_by_Visman

Note

Do not use in production. Many functions of the forum are not implemented. No: user profiles, moderator functions, private messages, voting, subscriptions, rss, plugins/extensions system.

Requirements

  • PHP 5.6.12+ or 7.x.x
  • A database such as MySQL 5.5.3 or later (Drivers for other databases are not realized now)

Install

  • Document Root == public folder (recommended):
    1. Rename public/.dist.htaccess to public/.htaccess,
    2. Rename public/index.dist.php to public/index.php;
  • Document Root != public folder:
    1. Rename .dist.htaccess to .htaccess,
    2. Rename index.dist.php to index.php.

License

This project is under MIT license. Please see the license file for details.