https://github.com/bevansm/phpbb-extensions
Custom PHPBB 3.3.0 Extensions: ISOS, PM Imports
https://github.com/bevansm/phpbb-extensions
phpbb phpbb-ext phpbb-extension phpbb3
Last synced: 10 months ago
JSON representation
Custom PHPBB 3.3.0 Extensions: ISOS, PM Imports
- Host: GitHub
- URL: https://github.com/bevansm/phpbb-extensions
- Owner: bevansm
- Created: 2020-06-28T09:17:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T07:35:25.000Z (about 4 years ago)
- Last Synced: 2025-02-02T01:46:06.874Z (12 months ago)
- Topics: phpbb, phpbb-ext, phpbb-extension, phpbb3
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPBB 3.3.x Extensions
PHPBB 3.3.x extensions.
For instructions on setting up extensions on your site, please see the [PHPBB wiki](https://www.phpbb.com/extensions/installing/).
- [ISOS](isos) adds an "ISO" button to posts, and a dropdown ISO menu at the bottom of all topics listing the users who have posted in the topic and their post counts.
- [pmimport](pmimport) adds user modules to import both send and received PMs from PHPBB CSV/XML exports. Admins have both modules by default.
## Development
Dev enviroment is dockerized. Everything inside of the repo will be copied into the `ext` folder in the deploy. I highly reccomend pulling down [the phpbb extension skeleton](https://github.com/phpbb-extensions/phpbb-ext-skeleton) and putting it in a "phpbb" folder in this repository if you mirror this setup for development; the template files are helpful.
You need to copy over the extension files, unfortunately.
```sh
docker-compose up
./ext.sh
```