NV Newspage is an Extension for phpBB 3.1
Adds an extra page to the board where a switchable number of news can be displayed. The news texts can be shorten to a given number of characters. Also the icons can be switched on/off (post icons, user icons)
Clone into phpBB/ext/nickvergessen/newspage:
git clone https://github.com/nickv-phpbb/phpbb-ext-newspage.git phpBB/ext/nickvergessen/newspage
Set up the dependencies:
php composer.phar install --dev
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB 3.1 NV Newspage Extension" extension.
See the documentation for a list of available php and template events.
If you want to install the extension in a live board, please only use official releases. Note that github releases are NOT the releases you are looking for.
- Create a issue in the tracker
- Submit a pull-request
We use Travis-CI as a continuous integration server and phpunit for our unit testing. See more information on the phpBB development wiki.