An open API service indexing awesome lists of open source software.

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

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
```