Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crizz0/phpbb3-about-us
"About us" is a phpBB extension. It adds an about us page to the board software.
https://github.com/crizz0/phpbb3-about-us
phpbb-board phpbb-extension
Last synced: 29 days ago
JSON representation
"About us" is a phpBB extension. It adds an about us page to the board software.
- Host: GitHub
- URL: https://github.com/crizz0/phpbb3-about-us
- Owner: Crizz0
- License: gpl-2.0
- Created: 2013-04-13T19:20:15.000Z (over 11 years ago)
- Default Branch: 2.1.x
- Last Pushed: 2023-12-31T13:21:11.000Z (11 months ago)
- Last Synced: 2024-10-04T06:44:35.292Z (about 1 month ago)
- Topics: phpbb-board, phpbb-extension
- Language: PHP
- Homepage:
- Size: 237 KB
- Stars: 6
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
"About us" extension for phpBB 3.2/3.3
======================================
About us is an extension which adds to phpBB 3.2/3.3 an about us or legal notice-page, where you can add your contact details and the links to the terms of use and privacy policies and more.Author: Christian Schnegelberger
URL: https://www.crizzo.de
## Install instructions:
1. Download the extension
2. Copy the whole unpacked archive to: phpBB/ext/crizzo/aboutus
3. Go to your phpBB-Board --> Admin Control Panel --> Customise --> Manage extensions --> About us: Enable
4. A new tab "Extension" appears, where you setup the "About us"-page.## Update instructions:
1. Go to you phpBB-Board > Admin Control Panel > Customise > Manage extensions > About us: disable
2. Delete all files of the extension from phpBB/ext/crizzo/aboutus
3. Upload all the new files to the same locations
4. Go to you phpBB-Board > Admin Control Panel > Customise > Manage extensions > About us: enable
5. Purge the board cache## Automated Testing
We use automated unit tests to prevent regressions.