blitze / content
Create and manage content types for phpBB SiteMaker
Package info
github.com/blitze/phpBB-ext-sitemaker_content
Type:phpbb-extension
pkg:composer/blitze/content
3.0.0-RC4
2014-06-21 01:01 UTC
Requires
- php: >=5.4
- blitze/sitemaker: ^3.2.0-RC1
- cocur/slugify: ^1.4
- composer/installers: ^1.1
- urodoz/truncate-html: ^1.0
Requires (Dev)
- phing/phing: 2.4.*
This package is auto-updated.
Last update: 2026-06-15 11:22:35 UTC
README
phpBB Sitemaker Content is an Extension for phpBB 3.2
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
- Create a issue in the tracker
- Note the restrictions for branch names and commit messages are similar to phpBB3
- Submit a pull-request
Testing
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the phpBB development wiki.