2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-17 18:04:11 +08:00
discourse/plugins/discourse-solved
Sam ee094b99cc
FEATURE: filter tips for assigned topics (#33992)
Refactors filter navigation menu: 

* Replaces local filtering logic with async `FilterSuggestions` service
(new parser, prefixes, multi-value delimiters, active filter handling)
* Introduces topics_filter_options modifier hook and custom filter
mapping support (including comma‑separated values) in TopicsFilter
* Adds assigned: (multi user/group, *, nobody) and status:solved /
status:unsolved options via plugins. Also updates solved/assign locales.
* Adds in:new-replies and in:new-topics filters for tracking
* Enhances assign filter query logic. 
* Adds custom in: filter mapping tests.

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2025-08-13 16:35:33 +10:00
..
app DEV: Enhance how the Solve plugin displays the accepted answer (#33757) 2025-07-23 12:01:35 -03:00
assets UX: use success colour for solved icon in topic list (#34092) 2025-08-05 15:36:16 +02:00
config FEATURE: filter tips for assigned topics (#33992) 2025-08-13 16:35:33 +10:00
db
lib FEATURE: filter tips for assigned topics (#33992) 2025-08-13 16:35:33 +10:00
spec FEATURE: filter tips for assigned topics (#33992) 2025-08-13 16:35:33 +10:00
test/javascripts DEV: Enhance how the Solve plugin displays the accepted answer (#33757) 2025-07-23 12:01:35 -03:00
about.json
plugin.rb DEV: Enhance how the Solve plugin displays the accepted answer (#33757) 2025-07-23 12:01:35 -03: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