From e0874cd338f41c455f8bc2ea56730a8cbf564b4b Mon Sep 17 00:00:00 2001 From: michieriffic Date: Sat, 27 Jan 2018 09:16:07 +0800 Subject: [PATCH 1/2] Add Instructions on how to use this plugin --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index f6f23ae..14b1183 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,36 @@ Provides a solved button on designated categories +## How to Install this Plugin + +1. 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 From 36e83f26b986e032d8b3885143ba7720f0389ef8 Mon Sep 17 00:00:00 2001 From: michieriffic Date: Sat, 27 Jan 2018 09:16:32 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b1183..af4a250 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Provides a solved button on designated categories ## How to Install this Plugin -1. Install Discourse Plugin - https://meta.discourse.org/t/install-a-plugin/19157 +To install Discourse Plugin - https://meta.discourse.org/t/install-a-plugin/19157 ## How to Check if Plugin is installed