Skip to content

BogusCurry/phpBB-ext-sitemaker

 
 

Repository files navigation

phpBB SiteMaker Extension

phpBB SiteMaker is an Extension for phpBB 3.1

Description

phpBB SiteMaker allows you to transform your phpBB3 board into a full-blown site.

Travis Scrutinizer Scrutinizer Coverage

Features

  • Customize your site using blocks of content
  • Drag and drop interface for adding/removing blocks
  • Customizable block display - background color, title, etc
  • Set any front-facing controller as your site's landing page
  • Create layouts for each page or set a default layout for your entire site
  • Icon picker for choosing blocks/menu icons using font awesome
  • Limit access to specific blocks based on group memberships
  • Create Menus with nested lists
  • Create blocks with your own content using html/bbcode

Installation

Clone into phpBB/ext/blitze/sitemaker:

git clone https://github.com/blitze/phpBB-ext-sitemaker.git phpBB/ext/blitze/sitemaker

From command line go to sitemaker directory:

cd phpBB/ext/blitze/sitemaker

Install vendors

php composer.phar install --dev

Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB Sitemaker" extension.

Upgrade from phpBB Primetime

  • Disable (do not Purge) phpBB Primetime
  • Install phpBB Sitemaker as described above
  • Purge phpBB Primetime

Collaborate

Testing

We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the phpBB development wiki.

License

GPLv2

About

phpBB Site Maker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.0%
  • HTML 19.6%
  • JavaScript 6.4%
  • CSS 2.6%
  • Shell 0.4%