blitze/content

Create and manage content types for phpBB SiteMaker


README

phpBB Sitemaker Content is an Extension for phpBB 3.2

Travis branch Scrutinizer Code Quality Code Coverage Maintainability
Latest Stable Version Latest Unstable Version License

Description

Create and manage content types for phpBB Sitemaker Extension

Features

  • Define input fields for each content type in ACP
  • Optionally define how each field is displayed
  • Manage settings for each field in ACP
  • Manage view settings in ACP
  • Create custom views in ACP
  • Other extensions can provide new or extend or replace existing content views
  • Other extensions can provide new or extend or replace existing fields
  • Ability to mark fields as required
  • Choose who can input a field: poster or moderator
  • Force-require approval before publishing
  • Use permission system to restrict access to a particular content type
  • Uses phpBB forum to store content so they are searchable
  • Adds minimum meta tags for social sharing

Available Blocks

  • Recent Content
  • Archive
  • Swipper (Slideshow)

Available Content Views

  • Blog
  • Portal
  • Tiles

Available Content Fields

  • Checkbox
  • Color
  • Datetime
  • Hidden
  • Image
  • Location
  • Number
  • Radio
  • Range
  • Select
  • Social Share
  • Telephone
  • Text
  • Paragraph
  • URL

Installation

Clone into phpBB/ext/blitze/content:

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

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

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