discourse/plugins/poll
2014-04-08 23:19:19 -04:00
..
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
plugin.rb Make polls work better on multi-language forums. 2014-04-01 18:32:52 +05:30
poll.rb Make polls work better on multi-language forums. 2014-04-01 18:32:52 +05:30
README.md Update README.md for poll plugin 2014-04-08 23:19:19 -04:00

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)

Closing the poll

Change the start of the topic title from "Poll: " to "Closed Poll: "

Note: closing a topic will also close the poll.

Specifying the list to be used for the poll

If you have multiple lists in your post and the first list is not the one you want to use for the poll, you can identify the list to be used like this:

Intro Text
   
- Item one
- Item two
   
Here are your choices:
   
[poll]
- Option 1
- Option 2
[/poll]