Merge pull request #70 from michieriffic/master
Add Instructions on How to Use Discourse Solved
This commit is contained in:
commit
ae83d4a1f1
30
README.md
30
README.md
|
@ -2,6 +2,36 @@
|
|||
|
||||
Provides a solved button on designated categories
|
||||
|
||||
## How to Install this Plugin
|
||||
|
||||
To install Discourse Plugin - https://meta.discourse.org/t/install-a-plugin/19157
|
||||
|
||||
## How to Check if Plugin is installed
|
||||
|
||||
Go to Admin > Plugins
|
||||
|
||||
You should now see:
|
||||
|
||||
![screen shot 2018-01-27 at 9 09 47 am](https://user-images.githubusercontent.com/12575688/35466776-fcc5d156-0341-11e8-95e4-4f81fa2880f7.png)
|
||||
|
||||
## What to expect if Plugin is installed
|
||||
|
||||
Inside the Plugins, you will have the following options:
|
||||
|
||||
![screen shot 2018-01-27 at 8 57 35 am](https://user-images.githubusercontent.com/12575688/35466631-60b5e662-0340-11e8-8c9e-f21c135c1726.png)
|
||||
|
||||
## How to enable it in your posts
|
||||
|
||||
New Categories - Check :white_check_mark: Allow topic owner and staff to mark a reply as the solution
|
||||
|
||||
![test2](https://user-images.githubusercontent.com/12575688/35466699-33afb0ac-0341-11e8-8ee3-8099ee216523.png)
|
||||
|
||||
Old Categories - Go to that Category > Edit > Settings > Check :white_check_mark: Allow topic owner and staff to mark a reply as the solution
|
||||
|
||||
## BONUS: How to add badges to those who answered correctly
|
||||
|
||||
https://meta.discourse.org/t/discourse-solved-accepted-answer-plugin/30155
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
Loading…
Reference in New Issue