https://github.com/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.
https://github.com/davidiq/multigroupedpolls
multi-grouped-polls phpbb poll
Last synced: 5 months ago
JSON representation
phpBB 3.1 extension that allows users to create polls with multiple groupings and display the results details right on the first post.
- Host: GitHub
- URL: https://github.com/davidiq/multigroupedpolls
- Owner: DavidIQ
- License: gpl-2.0
- Created: 2016-12-23T03:59:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T21:47:39.000Z (about 9 years ago)
- Last Synced: 2025-03-12T20:48:10.908Z (11 months ago)
- Topics: multi-grouped-polls, phpbb, poll
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# 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](https://wiki.phpbb.com/Unit_Tests).
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](license.txt)