Exibindo todos os tópicos não resolvidos

Olá a todos :slight_smile:
Na tabela de todos os tópicos, temos o botão ‘mais recentes’ e outros. Existe uma maneira de adicionar uma nova exibição ‘não resolvidos’ que contenha todos os tópicos que não foram resolvidos (com o plugin resolvido :white_check_mark:)?
Obrigado :slight_smile:

From this topic:

https://meta.discourse.org/t/searching-solved-posts/69648/5?u=bloomexperiment

Appending ?solved=no to a topic list URL would show unsolved topics e.g.
https://forum.example.com/latest?solved=no

To add a navigation link amongst the Latest/Top buttons, you could use this theme component:

and use the URL with ?solved=no

1 curtida

That is great, thank you!
Some of the caterogies do not have the ‘solved’ system so using ?solved=no will display them as well. Is there a way to filter it as well, so I will get only non-solved topics from categories that do have the ‘solved’ system?

So I guess it’s not possible? :frowning:

Yeah I’m not sure how to achieve that, sorry

The link does work per category e.g.

https://meta.discourse.org/c/support?solved=no

Thank you! :slight_smile:
I’ll wait for a comment of one of the Discourse developers. Maybe they know a way to do it :slight_smile:

Para finalizar este item - usar o filtro de consulta na lista de tópicos mais recentes mostraria apenas os tópicos que eram solucionáveis, mas que estavam atualmente não resolvidos, por exemplo:

https://meta.discourse.org/latest?solved=no

2 curtidas