discourse/plugins/poll
Vikhyat Korrapati edbbf7ffbb Switch the awkward poll.post.poll_details.closed to poll.closed. 2014-04-11 08:13:02 +05:30
..
assets/javascripts Switch the awkward poll.post.poll_details.closed to poll.closed. 2014-04-11 08:13:02 +05:30
config/locales Correct Closed Poll French Translation 2014-04-10 01:12:59 -07:00
spec BUGFIX: broken specs after pulling in closed poll stuff 2014-04-09 12:38:21 +10:00
README.md Update README.md for poll plugin 2014-04-08 23:19:19 -04:00
plugin.rb Make polls work better on multi-language forums. 2014-04-01 18:32:52 +05:30
poll.rb allow polls to be closed independently of topic 2014-04-08 21:16:29 -04:00

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)

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]