DavidIQ / MultiGroupedPolls

phpBB 3.1 extension that allows users to create polls with multiple groupings and display the results details right on the first post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Grouped Polls

Installation

Copy the extension to phpBB/ext/davidiq/MultiGroupedPolls

Go to "ACP" > "Customise" > "Extensions" and enable the "Multi-Grouped Polls" extension.

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\davidiq\MultiGroupedPolls\phpunit.xml.dist

others:

phpBB/vendor/bin/phpunit -c phpBB/ext/davidiq/MultiGroupedPolls/phpunit.xml.dist

License

GPLv2

About

phpBB 3.1 extension that allows users to create polls with multiple groupings and display the results details right on the first post.

License:GNU General Public License v2.0


Languages

Language:PHP 65.5%Language:HTML 34.5%