discourse/plugins/poll
Qasem Hajizadeh 879296f10f Create server.fa_IR.yml 2015-04-02 03:00:16 +04:30
..
assets/javascripts FIX: Poll requires logged in user to log in again 2015-03-03 16:17:07 +01:00
config/locales Create server.fa_IR.yml 2015-04-02 03:00:16 +04:30
spec Don't `use_route` 2014-11-30 21:25:54 -08:00
README.md FIX: 🈂️ Allow closing polls in multi-locale sites 2015-02-05 19:55:03 -08:00
plugin.rb Bump plugin version from 0.1 to 0.2 2015-03-04 14:27:33 -05:00
poll.rb FIX: poll plugin wasn't working when the OP was deleted 2015-02-18 20:33:05 +01: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: ". This feature uses the locale of the user who started the topic.

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]