blitze / content
Create and manage content types for phpBB SiteMaker
Installs: 320
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 19
Type:phpbb-extension
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.*
- dev-develop
- 3.0.0-RC4
- 3.0.0-RC3
- 3.0.0-RC2
- 3.0.0-RC1
- dev-dependabot/npm_and_yarn/acorn-5.7.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/i-0.3.7
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/lodash.merge-4.6.2
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/postcss-7.0.36
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/yargs-parser-5.0.1
- dev-release-3.0.0
- dev-renovate/configure
This package is auto-updated.
Last update: 2024-11-15 07:57:06 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.