pimcore-extensions / poll
Create and publish polls, collect responses and analyze results.
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 1
Type:pimcore-plugin
Requires
This package is not auto-updated.
Last update: 2022-02-01 12:44:50 UTC
README
This plugin is not maintaned for a long time. If you still see it usefull and have any fixes, feel free to submit a pull request!
Pimcore Poll Plugin
Introduction
Need to publish poll on your pimcore powered website? I think you just found a ready-made solution :)
Installation
Just like other Pimcore plugins:
- download plugin by composer or use Extension Manager
- navigate to
Extras -> Extensions
in admin panel - enable & install plugin
- reload admin interface
If everything went smoothly you will find Poll
options in Extras
menu:
After you created and published a poll you can place it on website using snippet:
- Create new Poll snippet:
- Place snippet definition in page view script
<?=$this->snippet("snippet-box")?>
- Go back to admin panel and drag & drop snippet into desired document
- Thats it!
Features
- Date range in which the poll is published
- Single (radio) or multi (checkbox) answers
- Polls reports as pie charts
- One vote per 24h limit (cookie based)
You can find some screenshots here
Todo
- Current version allows to publish single poll at a time. I have plan to extend plugin with placeholder snippet that will allow you to choose one of the active polls.
Changelog
- 2015-02-21 1.0.2 composer.json, publish on Packagist, compatibility with pimcore >= 2.3.0
- 2011-12-27 1.0.1 Added poll visits counter
- 2011-12-24 1.0.0 First release