Skip to content

flying-bits-org/phpbb3-ext-gallery-core

Repository files navigation

phpBB 3.1 Extension - Gallery Core

Installation

Clone into phpBB/ext/gallery/core:

git clone https://github.com/nickvergessen/phpbb3-ext-gallery-core.git phpBB/ext/gallery/core

Enable in database by inserting a row into phpbb_ext

INSERT INTO phpbb_ext (ext_name, ext_active, ext_state) VALUES ('gallery/core', 1, '');

And purging your cache.

##Tests and Continuous Intergration

Build Status

We use Travis-CI as a continous intergtation server and phpunit for our unit testing. See more information on the phpBB development wiki.

License

GPLv2

Releases

No releases published

Packages

No packages published