Skip to content

pirati-cz/mention

 
 

Repository files navigation

phpBB mentions

Installation

Copy the extension to phpBB/ext/paul999/mention

Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB mentions" extension.

Please note that this extension requires phpBB 3.2!

Tests and Continuous Integration

We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the phpBB development wiki. To run the tests locally, you need to install phpBB from its Git repository. Afterwards run the following command from the phpBB Git repository's root:

Windows:

phpBB\vendor\bin\phpunit.bat -c phpBB\ext\paul999\mention\phpunit.xml.dist

others:

phpBB/vendor/bin/phpunit -c phpBB/ext/paul999/mention/phpunit.xml.dist

License

GPLv2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.6%
  • Shell 1.4%
  • Other 3.0%