PHPackages                             blitze/content - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. blitze/content

ActivePhpbb-extension[Utility &amp; Helpers](/categories/utility)

blitze/content
==============

Create and manage content types for phpBB SiteMaker

3.0.0-RC4(11y ago)13201[3 issues](https://github.com/blitze/phpBB-ext-sitemaker_content/issues)[15 PRs](https://github.com/blitze/phpBB-ext-sitemaker_content/pulls)GPL-2.0-onlyPHPPHP &gt;=5.4

Since Jun 21Pushed 2y ago3 watchersCompare

[ Source](https://github.com/blitze/phpBB-ext-sitemaker_content)[ Packagist](https://packagist.org/packages/blitze/content)[ Docs](https://github.com/blitze/phpBB-ext-sitemaker_content)[ RSS](/packages/blitze-content/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (3)Dependencies (5)Versions (22)Used By (0)

phpBB Sitemaker Content Extension
=================================

[](#phpbb-sitemaker-content-extension)

phpBB Sitemaker Content is an Extension for [phpBB 3.2](https://www.phpbb.com/)

[![Travis branch](https://camo.githubusercontent.com/24cb24e4a4207205da65916da13c3c8eb2589ca8ac31ac56af1883116ce68263/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f626c69747a652f70687042422d6578742d736974656d616b65725f636f6e74656e742f646576656c6f702e7376673f7374796c653d666c6174)](https://travis-ci.org/blitze/phpBB-ext-sitemaker_content)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/546fe2eacfdeba5b62b6ce82b02340a0981982ee87bc161cdb801a90c7f22d8b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f626c69747a652f70687042422d6578742d736974656d616b65725f636f6e74656e742f646576656c6f702e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/blitze/phpBB-ext-sitemaker_content/?branch=develop)[![Code Coverage](https://camo.githubusercontent.com/be3cf98ddd6df07276dddc439be1e42bba5b2b7d3462d6fe5c4017006c7c88ee/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f626c69747a652f70687042422d6578742d736974656d616b65725f636f6e74656e742f646576656c6f702e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/blitze/phpBB-ext-sitemaker_content/?branch=develop)[![Maintainability](https://camo.githubusercontent.com/a0fec1e6a2c058134f8062b32f19ef0327c2acd3ff047e1853dab80fef9320e4/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61396138643462323434316164313063396161642f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/blitze/phpBB-ext-sitemaker_content/maintainability)
[![Latest Stable Version](https://camo.githubusercontent.com/f25aae14b371bc18add7e6fccab6ab76047f45c754db4dcff9370dfa7c3c3d40/68747470733a2f2f706f7365722e707567782e6f72672f626c69747a652f636f6e74656e742f762f737461626c653f666f726d61743d666c6174)](https://www.phpbb.com/customise/db/extension/sitemaker_content/)[![Latest Unstable Version](https://camo.githubusercontent.com/fe202e08c7dbeb9e71291a3780a391669dcaf2e994460896b87473e9437d9091/68747470733a2f2f706f7365722e707567782e6f72672f626c69747a652f636f6e74656e742f762f756e737461626c653f666f726d61743d666c6174)](https://packagist.org/packages/blitze/content)[![License](https://camo.githubusercontent.com/ea466423aeb685354186e1c207ad23fa06f5d04b4af6df417eb9a583134b2b92/68747470733a2f2f706f7365722e707567782e6f72672f626c69747a652f636f6e74656e742f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/blitze/content)

Description
-----------

[](#description)

Create and manage content types for phpBB Sitemaker Extension

Features
--------

[](#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

[](#available-blocks)

- Recent Content
- Archive
- Swipper (Slideshow)

### Available Content Views

[](#available-content-views)

- Blog
- Portal
- Tiles

### Available Content Fields

[](#available-content-fields)

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

Installation
------------

[](#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" &gt; "Customise" &gt; "Extensions" and enable the "phpBB Sitemaker Content" extension.

Collaborate
-----------

[](#collaborate)

- Create a issue in the [tracker](https://github.com/blitze/phpBB-ext-sitemaker_content/issues)
- Note the restrictions for [branch names](https://wiki.phpbb.com/Git#Branch_Names) and [commit messages](https://wiki.phpbb.com/Git#Commit_Messages) are similar to phpBB3
- Submit a [pull-request](https://github.com/blitze/phpBB-ext-sitemaker_content/pulls)

Testing
-------

[](#testing)

We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the [phpBB development wiki](https://wiki.phpbb.com/Unit_Tests).

License
-------

[](#license)

[GPLv2](license.txt)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

4346d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b16b606ad5dc0bfdc383473c98cc43760855fcaab9e6f2e334c9ac356e8516e?d=identicon)[blitze](/maintainers/blitze)

---

Top Contributors

[![blitze](https://avatars.githubusercontent.com/u/21600?v=4)](https://github.com/blitze "blitze (90 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/blitze-content/health.svg)

```
[![Health](https://phpackages.com/badges/blitze-content/health.svg)](https://phpackages.com/packages/blitze-content)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
