discourse/plugins/poll
Onaldanm 134af37cbd Badges, poll and french Translation
New Badges system
New string in the poll plugin + change the term "poll option"
Re-add some empty strings (like notifications.title)
And updates
2014-03-17 11:21:47 +01:00
..
assets/javascripts Poll Plugin: Don't allow voting on closed topics. 2014-03-16 19:21:17 +05:30
config/locales Badges, poll and french Translation 2014-03-17 11:21:47 +01:00
spec Poll Plugin: Don't allow voting on closed topics. 2014-03-16 19:21:17 +05:30
plugin.rb Poll Plugin: Allow staff to edit options. 2014-03-16 19:21:17 +05:30
poll.rb Poll Plugin: Don't allow voting on closed topics. 2014-03-16 19:21:17 +05:30
README.md Add README for poll plugin (#2089) 2014-03-09 15:17:58 -07: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.
  • 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]