CodeCanyon

EZ Poll

  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
limecity says
Purchased

Also, how do i change the background color of the poll?

1 year ago
Author
dtimagery dtimagery replied

Do you mean the slight gradient background? That is ”#poll”.

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
limecity says
Purchased

got it. thanks !

1 year ago
  • Has been a member for 1-2 years
  • Bought between 100 and 499 items
  • United Kingdom
3191 says

Your own demo and links don’t work…..

1 year ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
corvo says
Purchased

I have purchased. But there is a problem with the “ç,Ç,?,?,?,?,Ü,ü,ö,Ö” characters. What can i do?

1 year ago
Author
dtimagery dtimagery replied

Try different character encodings for the webpage (also make sure the database type has the same encoding) or use the html entities codes for those letters and see if that works.

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bosnia and Herzegovina
kromaser says

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

1 year ago
Author
dtimagery dtimagery replied

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

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • Turkey
funnyfoxx says
Purchased

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…

1 year ago
Author
dtimagery dtimagery replied

What I.E. version are you using? I am unable to duplicate your problem and have not had this issue reported by anyone else.

Thanks, Danny

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • Turkey
funnyfoxx says
Purchased

Hey, is anyone here? dtimagery?

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
argosmedia says

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!

1 year ago
Author
dtimagery dtimagery replied

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

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • Turkey
funnyfoxx says
Purchased

Hey, this voting system doesn’t work in Internet Explorer.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 500 and 999 items
  • Germany
oli_wendt says
Purchased

Hi Danny,

Is it possible to show only the results of a poll?

Best regards Oliver

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
jeeeck says

how I can add more than one poll to displayed in a single page?

11 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
bali50 says

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.

11 months ago
Author
dtimagery dtimagery replied

Sorry but there is not a wordpress plugin developed right now.

11 months ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
akoetsier says

Hi , will you be creating a wordpress version for this ? That would be awesome!

11 months ago
Author
dtimagery dtimagery replied

Sorry no plans to create a WP plugin at the moment.

11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Canada
mikebmuller says

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.

10 months ago
Author
dtimagery dtimagery replied

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).

10 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
jfn99 says
Purchased

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

6 months ago
Author
dtimagery dtimagery replied

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

5 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
gooddesign says

Hello,

Your front-end demos are broken, can you enable them and reply… I would like to see it in action.

Regards, Ross

2 months ago
Author
dtimagery dtimagery replied

The demo should be working again. It uses the demo back-end data so if someone deletes the poll it uses then it stops working.

1 month ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
ppatel100 says
Purchased

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

2 months ago
Author
dtimagery dtimagery replied

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.

1 month ago
  • Has been a member for 4-5 years
  • Bought between 1000 and 4999 items
  • Japan
webosk says
Purchased

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??

1 month ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
DavidAELevy says

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.

25 days ago
by
by
by
by
by