178

Product support

Get help in the plugin support forum.

  • Added on May 29, 2014
  • Current version: 1.0.5
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

OctoberCMS Poll plugin

The Poll plugin adds an AJAX Poll system to your website. You can easily add a poll into your website page

Features

  • You can check the poll results of each poll on the update page. Update page: [backendurl]/shahiemseymor/poll/polls/update/[pollId]
  • Option to change the progress bar color on the component config page

Like this plugin?

If you like this plugin or if you use some of my plugins, you can help me to make new plugins and provide plugins support and further development. Make donation with PayPal or give this plugin a Like. :)

Add the compoment to your page

The plugin adds a poll to your page. Add the component to your page and render it with the component tag:

{% component 'vote' %}

Choose a poll question by id

You can choose a poll question by changing the poll parameter.

{% component 'vote' poll="ID" %}
  • Found the plugin not useful on 2 Mar, 2021

    I have error with this plugin, when i click vote button. It show "AJAX handler 'onPoll' was not found.". Please help.

  • Found the plugin useful on 18 Aug, 2020

    For those who have installed this nice plugin and get the error "vote component not installed" (or something similar I can't remember) when dropping the component to a page, just change in Plugin.php file at the plugin root folder: in public function registerComponents() the line: 'ShahiemSeymor\Poll\Components\Vote' => 'vote', must be: \ShahiemSeymor\Poll\Components\Vote::class => 'vote',

    And it will work.

  • Found the plugin useful on 20 Aug, 2016

    The plugin works fine.

    There is just a little pic missing, I get some plugins/shahiemseymor/poll/assets/img/progress.png 404 (Not Found)

    and this mysterious pic is also not in https://github.com/Shahiem/poll-plugin/tree/master/assets

    but the plugin still does the job.

  • Found the plugin not useful on 10 Sep, 2015

    Form doesn't work at all. No ajax, absolutely useless.

1.0.5

Ajax bug fixed, code cleanup

Apr 11, 2015

1.0.4

Added delete button list view

Jul 12, 2014

1.0.3

Migration UP/DOWN table names bug fixed

Jul 03, 2014

1.0.2

Bug fixed (You can now display more than one poll on a page)

Jun 05, 2014

1.0.1

First version

May 29, 2014