This is a modifed version of Simple Poll Plugin.
CHANGELOG
Modified Simple Poll Plugin Version 1.0b4
- restored the missing folder views/default/settings/ , it allows admins to approve polls (untested!)
Modified Simple Poll Plugin Version 1.0b3
- some bug fix
Modified Simple Poll Plugin Version 1.0b2
- updated to the last version of Simple Poll Plugin
- fixed river
- fixed some translations
Modified Simple Poll Plugin Version 1.0b1
Added features:
* Administrator setting: moderation on/off
* Categories
* Group polls
* administrator can add polls to homepage (via modified custom index)
Integration with Modified Custom Index.
This Plugin DEPENDS on modified custom index
This modified version of Simple Poll plugin works in conjunction with Modified Custom Index to display in homepage polls approved by admins. If both Modified Simple Poll and Modified Custom Index are installed a link appears in the administration area from where administrators can approve polls to be published in home page.
Added features:
WARNING
Thi is a BETA version for testing purposes only, not production. It works well in our testing environment but unsolved bugs have been reported.
View alivin70's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Is there a demo site for this one?
A whole site, to demonstrate a poll plugin?? Get yourself your own site and test it out!
This is working great for me in 1.6.1.
However, I did try to change the radio button format to checkboxes by calling to the elgg input/checkboxes view instead of input/radio. Well, the checkboxes showed up fine but the results don't tally, and I can't figure out why. Oh well. I'd love to see a checkboxes version someday!
Is this working on 1.7.1 ?
I never tried it on 1.7
There is a bug
If we create some polls in a group and try to display that then it is crashed if polls are greater than one on that group by this code.
$objects = list_entities("object", "poll", page_owner(), 10, false);
if($objects)
echo $objects;
If any body has the same problem it can be resolved by cut the function getResponseCount from results.php and insert it in the start.php in the same plugin.
Thank you Amit.
There are some small problems when we create polls in groups.
page owner or container is not shown in the appropriate area.
some modifications on the page add.php, edit.php, read.php are required.
I need poll plugin for elgg 1.8.16. please help me for this.
My plugin is non developed anymore.
I'm using this one
https://github.com/kevinjardine/polls
There's a small bug reported here
https://github.com/kevinjardine/polls/issues/13
if the plugin doesn't start with elgg 1.8.x comment out the line in start.php
elgg_register_notification_event() in /mod/polls/start.php on line 32
then disable notifications in the plugin config page, then you can uncomment that line (no, notifications are not working)