discourse/plugins/poll
Vikhyat Korrapati ff43aac603 Live update poll votes. 2014-03-24 09:40:09 +05:30
..
assets/javascripts Poll Plugin: Don't allow voting on closed topics. 2014-03-16 19:21:17 +05:30
config/locales Fix poll server.it.yml 2014-03-20 19:13:50 +01:00
spec Live update poll votes. 2014-03-24 09:40:09 +05:30
README.md Add README for poll plugin (#2089) 2014-03-09 15:17:58 -07:00
plugin.rb Live update poll votes. 2014-03-24 09:40:09 +05:30
poll.rb Poll Plugin: Don't allow voting on closed topics. 2014-03-16 19:21:17 +05:30

README.md

Poll plugin

Allows you to add a poll to the first post of a topic.

Usage

  1. Make your topic title start with "Poll: "
  2. Include a list in your post. The first list will be used.
  • If you don't want it to be the first list, do this:
Intro Text

 - Some list
 - Some list con't

Here are your choices:

[poll]
 - Option 1
 - Option 2
[/poll]