phpbb / pages
An extension which allows you to add static pages to your phpBB forum
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 30
Watchers: 19
Forks: 25
Open Issues: 0
Type:phpbb-extension
Requires
- php: >=7.1.3
- composer/installers: ~1.0
Requires (Dev)
- phing/phing: 2.4.*
README
This is the repository for the development of the phpBB Pages Extension.
Install
- Download the latest validated release.
- Unzip the downloaded release and copy it to the
ext
directory of your phpBB board. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Pages
under the Disabled Extensions list, and click itsEnable
link. - Set up and configure Pages by navigating in the ACP to
Extensions
->Pages
.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Pages
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/phpbb/pages
directory.
Support
- Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.
- Report bugs and other issues to our Issue Tracker.
- Support requests should be posted and discussed in the Pages topic at phpBB.com.
Translations
- Translations should be posted to the Pages topic at phpBB.com. We accept pull requests for translation corrections, but we do not accept pull requests for new translations.
Customising Pages
View the Wiki for guides to customise page link icons and page templates.
Converting from a MOD
Pages can convert/import data from Static Pages MOD 1.0.3. If Pages finds the Static Pages MOD data in your database, it will automagically convert it when you enable Pages. To complete the transition, we recommend you review the Static Pages MOD's install instructions in order to remove the file-edits to constants.php
and delete all of the included files the MOD added to your forum.
Note: Pages will keep a backup of the Static Pages MOD data in a database table named pages_mod_backup
. Pages will never delete or alter this backup table. Pages has not been tested with any other similar MODs.