Viewing 15 replies - 76 through 90 (of 93 total)
  • Still dropping to the bottom, bro, on IE 6.0.2900.

    Finally i have the poll working… but whenever i try to vote it wont insert any. So it keeps saying 0 votes. I also tryed the Armitage polls.php version. That one don’t seem to work either.
    Can anyone help me plz?

    Nevermind my previous post… I fixed it already

    i’ve installed this with little trouble but now when i vote i only get zero’s for values and don’t see any graph…
    i have made sure the db tables are set up
    i’m stumped — any ideas?
    i even cleaned out cookies to make sure…

    fixed it — i had commented out the get_polls function during testing and forgot to uncomment — DUH

    btw, hit a problem today. the dbase column that tracks total hits was set as tiny_int which limits total values to 127 — so when there were 128 votes, it was stuck on 127 — i changed the column type to int to fix

    The polls show up fine but for some reason the radio button show up in large white boxes how do I get just the button to show?

    I am having an issue with refreshing the page after voting.
    Once you have voted, if you refresh the page you get a POSTDATA error and it counts another vote.
    Is there a way to prevent this?

    Where do I need to put the stripslashes() to get rid of the slashes in the question and answer displays?

    I’m having a problem getting the results to show. Everything else is working fine, I have a poll up and it accepts votes but when you click “Show Results” it doesn’t work. If I actually go to wp-polls.php and click show results it works but not from my index.php. Any ideas?

    Hey, i’m in need of some help with this poll plug-in. Is there any way to adjust the size and font of the displayed poll? I’ve tried several things, and i am admittedly unexperienced with regard to PHP, so if i’m missing something easy i won’t be surprised. Any help i could recieve would be much appreciated. Thanks!

    Does anyone know if this poll plugin will be copasetic with 1.3-alpha-4?

    Is that a no?

    dimenster

    (@dimenster)

    I still got the earlier SQL error:

    WordPress database error: [You have an error in your SQL syntax near '( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default '0'' at line 1]
    CREATE TABLE ( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default '0', answers varchar(200) NOT NULL default '', votes int(10) NOT NULL default '0', PRIMARY KEY (aid))

    WordPress database error: [You have an error in your SQL syntax near '( id int(10) unsigned NOT NULL auto_increment, question varchar(200) NOT NULL de' at line 1]
    CREATE TABLE ( id int(10) unsigned NOT NULL auto_increment, question varchar(200) NOT NULL default '', timestamp varchar(20) NOT NULL default '', total_votes tinyint(4) NOT NULL default '0', PRIMARY KEY (id))

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (1, 'How Is My Site?', '1075479885', 0)' at line 1]
    INSERT INTO VALUES (1, 'How Is My Site?', '1075479885', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (1, 1, 'Good', 0)' at line 1]
    INSERT INTO VALUES (1, 1, 'Good', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (2, 1, 'Excellent', 0)' at line 1]
    INSERT INTO VALUES (2, 1, 'Excellent', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (3, 1, 'Bad', 0)' at line 1]
    INSERT INTO VALUES (3, 1, 'Bad', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (4, 1, 'Can Be Improved', 0)' at line 1]
    INSERT INTO VALUES (4, 1, 'Can Be Improved', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (5, 1, 'No Comments', 0)' at line 1]
    INSERT INTO VALUES (5, 1, 'No Comments', 0);

    Is ther somebody out there who can tell me how to get a thing working?
    Thanks

    billh

    (@billh)

    I’m having no luck with getting the Polls plugin to work with 1.5. It displays fine but does not tabulate results. Even though I’ve voted on my PC at home and my PC at work, it still shows 0 votes. Anyone? Bueller? Anyone?

    The link to my site is https://www.benched42.net/blog/

Viewing 15 replies - 76 through 90 (of 93 total)
  • The topic ‘WP Polls’ is closed to new replies.