Allow accepted answers on topics
Go to file
Roman Rizzi 5450a5ef4e
DEV: Promote historical post-deploy migrations (#331)
2025-01-24 11:48:56 -03:00
.github/workflows DEV: Update CI workflows (#222) 2023-01-10 18:57:57 +00:00
app FEATURE: Add modifier to update the assigned count and exclude solved topics (#312) 2024-10-30 11:16:46 -03:00
assets DEV: Display unsolved icon only on the topic list (#330) 2025-01-23 04:21:46 +01:00
config Update translations (#328) 2025-01-14 16:20:09 +01:00
db DEV: Promote historical post-deploy migrations (#331) 2025-01-24 11:48:56 -03:00
spec FEATURE: Add modifier to update the assigned count and exclude solved topics (#312) 2024-10-30 11:16:46 -03:00
test/javascripts DEV: Minor code cleanup (#322) 2024-12-02 23:13:34 +01:00
.discourse-compatibility DEV: Add gjs implementation of solved topic status (#327) 2025-01-14 13: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 Bump rexml from 3.3.6 to 3.3.9 (#311) 2024-10-28 20:40:43 +01: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
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 (#319) 2024-11-28 17:14:00 +01:00
plugin.rb DEV: Update deprecated Font Awesome icon names (#323) 2024-12-04 02:36:24 +01:00
pnpm-lock.yaml DEV: Update linting (#319) 2024-11-28 17:14:00 +01: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