Allow accepted answers on topics
Go to file
dependabot[bot] 0dd0d0b9a6
Bump minimatch from 3.0.4 to 3.1.2 (#213)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-27 17:37:21 +01:00
.github/workflows DEV: Update CI workflows (#210) 2022-11-07 12:50:21 -06:00
app DEV: adds an automation script for first accepted solution (#172) 2021-11-12 16:00:48 +01:00
assets UX: show blank page placeholder instead of the blue panel that says "No Activity" (#197) 2022-08-18 16:51:28 +04:00
config FEATURE: Add new badges and rename existing badges 2022-11-23 11:07:49 +01:00
db FIX: Use `default_enabled` for badges (#212) 2022-11-24 14:08:39 +01:00
spec DEV: Fix specs for personal_message_enabled_groups setting (#208) 2022-10-04 14:19:45 +10:00
test/javascripts/acceptance DEV: fix linting issue (#204) 2022-08-18 17:49:26 +04:00
.discourse-compatibility FIX: Use `default_enabled` for badges (#212) 2022-11-24 14:08:39 +01:00
.eslintrc DEV: apply coding standards (#90) 2020-09-04 13:22:22 +02:00
.gitignore DEV: apply coding standards (#90) 2020-09-04 13:22:22 +02:00
.prettierrc DEV: apply coding standards (#90) 2020-09-04 13:22:22 +02:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 18:29:23 +02:00
.template-lintrc.js DEV: apply coding standards (#90) 2020-09-04 13:22:22 +02:00
Gemfile DEV: Add RubyGems as source 2020-09-25 11:24:53 -05:00
Gemfile.lock DEV: Bump rubocop-discourse (#207) 2022-10-03 22:21:31 +02:00
LICENSE add License 2016-06-06 23:15:49 +05:30
README.md Update README.md 2018-01-27 09:16:32 +08:00
package.json DEV: Fix imports (#192) 2022-03-06 21:33:24 +01:00
plugin.rb DEV: Lose the es6 suffix (#191) 2022-03-06 21:20:09 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:20 +02:00
yarn.lock Bump minimatch from 3.0.4 to 3.1.2 (#213) 2022-11-27 17:37:21 +01:00

README.md

Discourse Solved

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

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

How to enable it in your posts

New Categories - Check Allow topic owner and staff to mark a reply as the solution

test2

Old Categories - Go to that Category > Edit > Settings > Check 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