Also, how do i change the background color of the poll?
got it. thanks !
Your own demo and links don’t work…..
I have purchased. But there is a problem with the “ç,Ç,?,?,?,?,Ü,ü,ö,Ö” characters. What can i do?
When I isntall poll on xampp I cant login in to admin
and I hove error in demo_poll.php
Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Paris’ for ‘2.0/DST’ instead in D:\xampp\htdocs\5\ezpoll\includes\no_js.php on line 16
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Paris’ for ‘2.0/DST’ instead in D:\xampp\htdocs\5\ezpoll\includes\tools.php on line 36
Try setting this in top of the config file: (inside the start php tags of course)
date_default_timezone_set(‘America/Los_Angeles’);
Here is a list of the supported timezones: http://us3.php.net/manual/en/timezones.php
Thanks, Danny
Hello.
You know that to use internet explorer is really problem. In admin.php, following line provide us preview of poll.
<td class="ezp_preview"><img src="images/preview.png" onclick="$('#ezp_poll_preview').dialog('open').load('preview.php?id=<?php echo $row['id']; ?>');" /></td>
This line isn’t working in the internet explorer. UI dialog is opening but there isn’t any poll in the box. Please help me.
By the way, sorry for my bad English. Because it is not my native language. I hope that I can tell my problem approximately… 
Best regards…
Hey, is anyone here? dtimagery?
Why do ALL poll scripts use IP blocking to prevent multiple voting? This makes pollign scripts useless for use from computers in a network, as often they share IP’s. It drives me mad… Use cookies and/or sessions insetad of IP’s!
Cookies/sessions are easily removed by even novice computer users now so they can not be replied on to prevent multiple votes. That is the main reason why everyone uses IP. The best way to prevent that is to create a user login system required to vote but that is more involved and I wanted this to be more of a drop code in and work without requiring users to create new accounts and login ect.
Thanks, Danny
Hey, this voting system doesn’t work in Internet Explorer.
Hi Danny,
Is it possible to show only the results of a poll?
Best regards Oliver
how I can add more than one poll to displayed in a single page?
Hi This looks like a fantastic poll script. Does it come as a wordpress plugin. Ideally, I would like to be able to add it to my wordpress (Buddypress) forum, so that users can vote for or against the topic of the forum, and it would store the id for the user of each vote. Wordpress nor Buddypress have a plugin for this kind of thing, which is strange as so many people use WP and BP and are looking for a poll plugin.
Hi , will you be creating a wordpress version for this ? That would be awesome!
Hi, Just wondering if you can start a new poll and add existing poll results. I need to replace a poll with this system and keep the old results. This is very urgent, please get back to me as soon as you can.
If you can look at the database directly through say phpmyadmin you could find your poll in the poll_answers table, search by poll_id for the poll your are working on. Then just alter the number num_votes to reflect what you want the poll to say. Doing it this way won’t of course show the history of each vote. The other way would be to just change the poll_id fields in the poll_votes and poll_answers table from the old poll_id to the new one, that would move old results to the new poll (but if you have the same answers already in the new poll you will get duplicate answers since you would not have 2 id’s per answer (if your new poll is already capturing votes before the merge—I would suggest suggestion 1 then).
Voting won’t work after upgrade of PHP version to 5.3.8. any ideas? nothing happens after choosing an option and clicking vote. thanks
Try turning on error reporting error_reporting(E_ALL); ini_set(‘display_errors’,1);
to see what the actual error is. If its happening on a ajax call you can try using firefox and the firebug add-on using the “Net” tab to see the results of the ajax call. Post the error back here if you are not able to find a solution to it.
Thanks, Danny
Hello,
Your front-end demos are broken, can you enable them and reply… I would like to see it in action.
Regards, Ross
Hi
Where can I find ezpoll_demo.php i want to display Poll in to Front end i cant find any front end file
thanks
The demo file was only added for the purpose of demoing the poll for the website, it is not inside the actual download package. If you view the help tab in the admin it tells you how to place the poll on your page. If you need further help please contact me using email.
Hi, Please, if you can help me thank you.
I’ve tried all the encodings for the webpage and I can not use accents (çêéèã. ..) Any help??
I don’t want the backend functionality, I just want the JS enabled poll as a plugin for MyBB forum software to replace the standard MyBB Poll display. If you are up for it, PM me if you’ll make it work as MyBB plugin as well, will pay extra.


105 Purchases
39 Comments