Allow accepted answers on topics
Find a file
Sérgio Saquetim 5b1d57d392
UX: Add spacing adjustment in solutions.scss
- Add a newline for better code readability and spacing consistency within the `solutions.scss` file.
- No functional changes made.
2025-07-22 00:44:41 -03:00
.github/workflows DEV: Update CI workflows (#222) 2023-01-10 18:57:57 +00:00
app Merge branch 'main' into dev/post-quoted-content-component 2025-07-21 23:25:41 -03:00
assets UX: Add spacing adjustment in solutions.scss 2025-07-22 00:44:41 -03: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 Merge branch 'main' into dev/post-quoted-content-component 2025-07-21 23:25:41 -03:00
spec Merge branch 'main' into dev/post-quoted-content-component 2025-07-21 23:25:41 -03:00
test/javascripts Merge branch 'main' into dev/post-quoted-content-component 2025-07-21 23:25:41 -03:00
.discourse-compatibility DEV: Update compatibility for discourse-solved plugin to < 3.5.0.beta8-dev 2025-07-21 23:30:55 -03: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
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
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
package.json DEV: Update linting config and run gjs-codemod (#370) 2025-06-05 11:40:00 +01:00
plugin.rb FEATURE: Real-time updates for accepted and unaccepted solutions 2025-06-24 01:08:02 -03:00
pnpm-lock.yaml DEV: Update linting config and run gjs-codemod (#370) 2025-06-05 11:40:00 +01:00
README.md Revert "DEV: Deprecate the plugin (#382)" (#383) 2025-07-15 10:25:35 +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

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