View Kevin Jardine'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.
Could I know who emited the vote?
gastre,
No - there is no such feature as it is usually not of any interest who voted for what (just the final result). That would more likely be a feature in a survey plugin, which this is not.
Thank's Kevin.
The idea was to make a contest. And give a present for the winner!!
So, can it be configured so only admins can create polls???
or maybe just groups owners?
Sorry for stupid question, how do I vote? I can see the voting option only when i turn on widget latest pool on myprofile page, but on poll site there is no option for that, my visitors are asking me this question also...
also, have you noticed that polls coments are not posted to the river?
@El, yes you have this opiton in administration panel.
However i still don t know how to use this module, how do i vote? only on widget page? There is no vote option on poll site, i checked the permission and should be publicly available!
martinez,
You need to be logged in to vote. "Public" access just means that the public can see the results.
The river comments thing is a bug. I'll try to fix that for the next release.
I think i ve cut out some code, i ve reinstall the module and it works now. ufff, thanks.
thank you very much for this pluggin. I have a problem, if I add more than 15 responce choices only 10 are shown in the option list. how to edit this?
Wow - that's some poll!
:)
It had never occurred to me that someone would want to have so many choices.
You can add the line:
'limit' => 100,
after line 23 of mod/polls/models/model.php
Hi, Kevin!
I found a small bug:
file:
polls\views\default\object\poll.php
code:
<?php echo elgg_echo('by'); ?> <a href="<?php echo $vars['url']; ?>pg/ad/<?php echo $vars['entity']->getOwnerEntity()->username; ?>"><?php echo $vars['entity']->getOwnerEntity()->name; ?></a>
I corrected as:
<?php echo elgg_echo('от'); ?> <a href="<?php echo $vars['url']; ?>pg/profile/<?php echo $vars['entity']->getOwnerEntity()->username; ?>"><?php echo $vars['entity']->getOwnerEntity()->name; ?></a>
It works!
SubCrew - thanks for the fix. I've added it to my own copy and it will be in the next release.
as I can show the vote in the riverdashboard something like facebook. is to be modifiedand vote.php file but not to add
if the user votes on a question I want the result to be displayed in the riverdashboard likefacebook
Can't use this plugin on 1.7.8, I can create a poll but when someone clicks on the link in River it takes them to my profile then crashes and I have to go and restart the web server...
Richard, sorry but that behaviour sounds like you have a server configuration problem. There is nothing my code could do to crash your web server!
Yeah you probably right, just need to figure it out :)
Very good plugin poll too ... congratulations!
Thank you Kevin your plugin is great. is very successful in my network.
Thank you for this plugin! Works great with 1.7.11
EP
hi kevin this plug in is quite a catcher for my site but it must work in groups which it doesnt, this has been a longstanding issue from what ive read. i used the supposed updated to 1.8 version anirupdutta did but reckon it wasn't done properly and is causing a depricated entities issue.. i will look at that now.
Any help or advancement with groups (question mark)
thanks
wayne
Hi Waynaldo, the plugin works fine for groups under Elgg 1.7.x so far as I know. It has not been upgraded yet for 1.8.
Any help with getting it to work with Groups for Elgg 1.8.1. Thanks.