phpBB SiteMaker is an Extension for phpBB 3.1
phpBB SiteMaker allows you to transform your phpBB3 board into a full-blown site.
- 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
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.
- Disable (do not Purge) phpBB Primetime
- Install phpBB Sitemaker as described above
- Purge phpBB Primetime
- Create a issue in the tracker
- Note the restrictions for branch names and commit messages are similar to phpBB3
- Submit a pull-request
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the phpBB development wiki.