• I have two question
    1. Can the option “Auto Generate Poll Page” be Yes by default ?

    2. Is there a way to let subscribers create their own poll?
    to be more specific, is there a way to create a form with the parameters:
    a. Poll Name
    b.Question
    c. Answers
    d. Custom Text Fields
    and all other parameters are static.

    Thanks

    https://wordpress.org/plugins/yop-poll/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi mysterio,

    To set “Auto Generate Poll Page” to Yes by default edit inc/db_schema.php and in public static function create_poll_database_tables() replace this line

    'auto_generate_poll_page' => 'no',

    with

    'auto_generate_poll_page' => 'yes',

    In regards to your second question, at the moment that option is not available.

    We have taken it into consideration and will try to implement it in the future.

    Regards,

    YOP Team

    Thread Starter mysterio

    (@mysterio)

    hello
    I made the changed in db

    ‘auto_generate_poll_page’ => ‘no’,

    with

    ‘auto_generate_poll_page’ => ‘yes’,

    but still, it’s marked as no by default.

    thanks

    http://polls.wrpolls.com/wp-content/uploads/2014/07/Capture.png

    Plugin Author YOP

    (@yourownprogrammer)

    Hi mysterio,

    Please deactivate then reactivate YOP Poll and try again.
    Let us know if you need more help.

    Best wishes,

    YOP Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subscriber can creat poll’ is closed to new replies.