Allow accepted answers on topics
Go to file
Natalie Tay 539938ba59
FIX: Solutions directory item was using post creation instead of solved creation (#361)
Earlier on in the migration, the update of the user directory query was erroneously switched to use post creation date instead of the date the post was solved.

This commit fixes that.
2025-04-09 14:14:38 +08: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: Remove the legacy widget post menu code (#351) 2025-04-02 22:31:40 +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 FIX: Solutions directory item was using post creation instead of solved creation (#361) 2025-04-09 14:14:38 +08:00
test/javascripts DEV: Drop widget post-menu test (#356) 2025-04-01 15:23:34 +01:00
.discourse-compatibility DEV: Move solved custom fields into a table (#342) 2025-03-25 14:51:32 +08: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