• Resolved Kiki73

    (@kiki73)


    Hi there,

    I can only use up to 20 characters in the answers. When I use more than 20, nobody can vote for that answer.
    How can I change this?

Viewing 1 replies (of 1 total)
  • Plugin Author Unicornis

    (@unicornis)

    My bad.

    As a quick fix you can increase the length of the vote field in the database.
    Log into the database and execute:
    ALTER TABLE wp_poll_votes CHANGE vote_option vote_option VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;

    and you will have 64 characters answers.

    Will fix it in the next relese…

Viewing 1 replies (of 1 total)
  • The topic ‘bug in the answers-tag?’ is closed to new replies.