Allow accepted answers on topics
Go to file
David Taylor ba3d4276ee
DEV: Fix linting violations (#367)
2025-05-16 13:24:01 +01:00
.github/workflows DEV: Update CI workflows (#222) 2023-01-10 18:57:57 +00:00
app FIX: Accepting another answer does not commit (#360) 2025-04-07 11:42:36 +08:00
assets DEV: Fix linting violations (#367) 2025-05-16 13:24:01 +01:00
config Update translations (#355) 2025-04-03 00:05:10 +02:00
db FIX: Multiple topics may have the same post as its solution (#348) 2025-03-26 22:21:32 +08:00
lib FIX: 500 due to absent module (#359) 2025-04-04 17:24:25 +08:00
spec DEV: Add compatibility with the Glimmer Post Stream (#363) 2025-05-05 15:12:39 -03:00
test/javascripts DEV: Add compatibility with the Glimmer Post Stream (#363) 2025-05-05 15:12:39 -03:00
.discourse-compatibility DEV: Remove legacy topic-list code (#362) 2025-04-14 14:38:48 +01:00
.gitignore DEV: apply coding standards (#90) 2020-09-04 13:22:22 +02:00
.npmrc DEV: Switch to use pnpm (#310) 2024-10-14 13:55:10 +02:00
.prettierrc.cjs DEV: Update linting (#275) 2024-01-16 17:50:43 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#217) 2022-12-23 20:36:08 +00:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#217) 2022-12-23 20:36:08 +00:00
.template-lintrc.cjs DEV: Update linting (#275) 2024-01-16 17:50:43 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#217) 2022-12-23 20:36:08 +00:00
Gemfile.lock DEV: Update linting (#340) 2025-03-17 12:00:55 +00:00
LICENSE DEV: Update license (#337) 2025-02-24 11:24:22 +08:00
README.md Update README.md 2018-01-27 09:16:32 +08:00
about.json FEATURE: Prevents assign notification & change status on solved (#285) 2024-04-26 13:21:09 -03:00
eslint.config.mjs DEV: Update eslint config (#316) 2024-11-19 11:18:08 +01:00
package.json DEV: Update linting (#340) 2025-03-17 12:00:55 +00:00
plugin.rb FIX: Solutions directory item was using post creation instead of solved creation (#361) 2025-04-09 14:14:38 +08:00
pnpm-lock.yaml DEV: Update linting (#340) 2025-03-17 12:00:55 +00:00
stylelint.config.mjs DEV: Update linting (#340) 2025-03-17 12:00:55 +00:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:20 +02: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