Allow accepted answers on topics
Go to file
Jarek Radosz 8e777aa05d
DEV: Mention the core move in readme (#388)
2025-07-22 11:04:38 +01:00
.github/workflows DEV: Update CI workflows (#222) 2023-01-10 18:57:57 +00:00
app FIX: Use SolvedTopics to list posts in /activity/solved instead of user actions (#376) 2025-07-02 16:56:12 +08:00
assets A11Y: improve expand/collapse labeling on embedded solution post (#381) 2025-07-10 16:21:49 -04:00
config FIX: Use SolvedTopics to list posts in /activity/solved instead of user actions (#376) 2025-07-02 16:56:12 +08:00
db FIX: Multiple topics may have the same post as its solution (#348) 2025-03-26 22:21:32 +08:00
lib FIX: Exclude the first post itself when checking if an existing solution from the user exists (#378) 2025-07-02 11:45:14 +08:00
spec FIX: Use SolvedTopics to list posts in /activity/solved instead of user actions (#376) 2025-07-02 16:56:12 +08:00
test/javascripts DEV: re-enable and update empty state tests (#380) 2025-07-09 13:58:35 -04:00
.discourse-compatibility DEV: Update linting config and run gjs-codemod (#370) 2025-06-05 11:40:00 +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 Bump rack from 3.1.12 to 3.1.16 (#371) 2025-06-21 18:00:04 +02:00
LICENSE DEV: Update license (#337) 2025-02-24 11:24:22 +08:00
README.md DEV: Mention the core move in readme (#388) 2025-07-22 11:04:38 +01:00
about.json DEV: Re-add about.json (#385) 2025-07-21 17:20:10 +01:00
eslint.config.mjs DEV: Update eslint config (#316) 2024-11-19 11:18:08 +01:00
package.json DEV: Update linting config and run gjs-codemod (#370) 2025-06-05 11:40:00 +01:00
plugin.rb FIX: User directory for solutions should update when value changes from positive value to zero (#372) 2025-06-11 10:46:36 +08:00
pnpm-lock.yaml DEV: Update linting config and run gjs-codemod (#370) 2025-06-05 11:40:00 +01: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

[!IMPORTANT] This plugin has now been bundled into Discourse core. See: https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574

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