Discourse Resuelto

:discourse2: Resumen Discourse Solved permite a los usuarios aceptar soluciones en temas de categorías designadas.
:open_book: Guía de instalación Este plugin viene incluido en el núcleo de Discourse. No es necesario instalarlo por separado.

Activar Solved

El plugin Solved puede activarse desde su configuración, accesible desde tu página admin/plugins:

Después de activar el plugin, para activar Solved en todas las categorías, utiliza la configuración del sitio allow solved on all topics.

Alternativamente, si prefieres aplicarlo por categoría:

  • Ve a la categoría en la que deseas habilitar las soluciones y haz clic en la llave de la categoría.

  • Cambia a la pestaña Configuración

  • Desplázate hacia abajo y activa Allow topic owner and staff to mark a reply as the solution (Permitir que el autor del tema y el personal marquen una respuesta como solución)

Allow topic owner and staff to mark a reply as the solution

Marcar las soluciones

El OP (autor del tema) tendrá un botón «Solución» en cada respuesta que le permite/animará a aceptar una respuesta:

Y para otros usuarios que puedan aceptar una respuesta (por ejemplo, administradores o moderadores), la misma opción se mostrará como una casilla de verificación más discreta:

Las respuestas aceptadas se resaltan en la primera publicación del tema:

Y los temas con respuestas aceptadas se marcan en la lista de temas con una casilla marcada:

Algunos sitios también pueden beneficiarse de un indicador de no resuelto en las listas de temas, que se puede activar mediante la configuración del sitio empty_box_on_unsolved:

Cerrar automáticamente el tema una vez resuelto

Desde la configuración principal de Solved en administración, puedes establecer un temporizador para cerrar un tema una vez que haya recibido una solución, utilizando la configuración de administración solved topics auto close hours:

Alternativamente, se puede configurar por categoría desde el menú de la llave de la categoría en la pestaña Configuración:

Búsqueda y filtros

Búsqueda

El plugin Solved incluye filtros adicionales de búsqueda avanzada para temas resueltos o no resueltos, que se pueden encontrar en el menú desplegable «Dónde buscar temas»:

Lo cual añadirá status:solved o status:unsolved a tu búsqueda.

Filtros

También puedes activar un menú desplegable de filtros en las páginas de lista de temas utilizando la configuración del sitio show_filter_by_solved_status.

También puedes filtrar temas resueltos/no resueltos añadiendo un parámetro a la URL. Por ejemplo:

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

Estos enlaces se pueden añadir encima de una lista específica de categorías siguiendo estas instrucciones:

Recordatorio de solución marcada

En los temas donde se pueden marcar soluciones, aparecerá un mensaje emergente «¿Se ha respondido tu pregunta?» cuando se cumplan los siguientes criterios:

  • El tema no tiene una respuesta aceptada
  • El tema tiene al menos una respuesta de otro usuario
  • El autor del tema ha iniciado sesión y puede aceptar una respuesta como solución
  • El tema ha existido durante al menos 7 días

Si deseas evitar que se muestre este mensaje emergente, puedes usar el siguiente CSS en un componente de tema para ocultarlo:

.topic-navigation-outlet.no-answer {
    display: none;
}
Más detalles sobre cómo añadir esto a tu sitio
  • Ve a /admin/customize/themes
  • Haz clic en instalar y luego en crear nuevo
  • Dale un nombre y selecciona «componente».
  • Crear
  • Añádelo a tu tema
  • Haz clic en el botón Editar CSS/HTML y pega el código en la pestaña Común

Y guarda. :+1:

Configuración

Nombre Descripción
solved enabled Activar el plugin Solved, permitir a los usuarios seleccionar soluciones para temas
allow solved on all topics Permitir a los usuarios seleccionar soluciones en todos los temas (cuando está desmarcado, las soluciones se pueden activar por categoría o etiqueta)
accept all solutions allowed groups Grupos que pueden aceptar soluciones en cualquier tema (incluso si no son el autor original)
empty box on unsolved Mostrar una casilla vacía junto a los temas no resueltos
solved quote length Número de caracteres a citar al mostrar la solución bajo la primera publicación
solved topics auto close hours Cerrar automáticamente el tema (n) horas después de la última respuesta una vez que el tema ha sido marcado como resuelto. Establece en 0 para desactivar el cierre automático
show filter by solved status Mostrar un menú desplegable para filtrar una lista de temas por estado de resolución
notify on staff accept solved Enviar notificación al creador del tema cuando un mensaje sea marcado como solución por el personal
disable solved education message Desactivar el mensaje educativo para temas resueltos
accept solutions topic author Permitir al autor del tema aceptar una solución
solved add schema markup Añadir marcado de esquema QAPage al HTML
prioritize solved topics in search Priorizar temas resueltos en los resultados de búsqueda
enable solved tags Etiquetas que permitirán a los usuarios seleccionar soluciones

Insignias de Solved

Nombre Descripción Descripción larga Tipo Agrupación
¡Resuelto! Tener una respuesta marcada como Solución Esta insignia se otorga por tener una respuesta marcada como Solución a un tema. :white_check_mark: Buen trabajo. :+1: :3rd_place_medal: Comunidad
Orientador Tener 10 respuestas marcadas como Soluciones Esta insignia se otorga por tener 10 de tus respuestas marcadas como Soluciones a temas. :white_check_mark: Eres un verdadero activo para tus compañeros miembros de la comunidad. :2nd_place_medal: Comunidad
Sabelotodo Tener 50 respuestas marcadas como Soluciones Esta insignia se otorga por tener 50 de tus respuestas marcadas como Soluciones a temas. :white_check_mark: Realmente sabes de lo que hablas. :clap: :1st_place_medal: Comunidad
Institución de Soluciones Tener 150 respuestas marcadas como Soluciones Esta insignia se otorga por tener 150 de tus respuestas marcadas como Soluciones a temas. :white_check_mark: Excelente trabajo. :slightly_smiling_face: Eres oficialmente una Institución de Soluciones. :brain: :1st_place_medal: Comunidad

:information_source: Estas insignias estarán desactivadas de forma predeterminada. Puedes activarlas desde tu página admin/badges

:discourse2: ¿Alojado por nosotros? Este plugin está disponible en todos nuestros niveles de alojamiento: Solved | Discourse - Civilized Discussion


Historial de desarrollo

:information_source: A partir del 29 de mayo de 2025, los datos de las soluciones se almacenan en dos tablas:

  • Un registro en discourse_solved_solved_topics indica que el tema con topic_id tiene una solución y también rastrea la información del temporizador de cierre automático.
  • Un registro en discourse_solved_topic_answers almacena el answer_post_id y el accepter_user_id para la propia publicación de solución, así como un solved_topic_id que hace referencia a la columna id del registro discourse_solved_solved_topics del tema.

Este cambio se introdujo en el Discourse PR #39806.

Las columnas heredadas answer_post_id y accepter_user_id de discourse_solved_solved_topics se eliminarán en el futuro.

Gracias a Western Digital por financiar el desarrollo de este plugin!

162 Me gusta
Solved Button Plugin
What is this checkbox icon in the topic list?
How do you enable a tick mark?
Mark as Solution feature?
Can't find "Allow topic owner and staff to mark a reply as the solution" Setting
Mark all topics as solved specific category
Pop-up message after selecting the best answer
Option to mark as solved
Query to find out who marked the solution as solved
How to replace the discourse `Topic` with `Question` instead?
[Accepted answer plugin] Add an ability to accept the initial (topmost) post as a solution
Question Answer Plugin
Discourse need a fork to be a Q&A software?
Discourse Solved Quote Customization
Follow up "open" tickets
No option appears to choose better answer
Image zoom is not working
Advice for getting my little game dev community "out there?"
Moderating the forum
Titles in SVG inserted by a theme component get overwritten with page title after tab switch
Trust Level Wishlist Items
A feature request related to this plugin. Pointed questions or rewarded questions
Feature: endorse button to add single-click endorsements
Send email notifications for small actions
Comment on a question instead of answering it
(Ab)using bumped_at to achieve Reddit like sorting
Volunteer Activities - a simple setup for non-hierarchical collaboration
Hello Community Experts- are we able to configure discussions to be threads AND questions?
Implementing KCS
Trust Level Permissions Reference
Can I view a list of solved and unsolved topics in a category
Where is Solved data stored in the database?
Too many Crawlers, is that a problem?
Discourse instance supporting entrepreneurs who sell on Amazon
Reordering a topic by ‘most liked’ or threaded replies
How to add this header, colored categories, and sidebar categories?
Looking for examples of Discourse Communities that visually call out answered/closed topics on feeds
Pinning a post to the top of the topic
How to replace the discourse `Topic` with `Question` instead?
Please update 'Understanding Discourse Trust Levels' — or is there a different doc?
Best practices for "revisit and clarify the top 100 most visited topics."
Is it possible to have a badge for 100 solutions?
Is there a plugin for "response posts?"
Discourse Gamification
New Leaderboard/User Directory Features :tada:
Topics list filter feature
Do these new badges come bundled with the plugin?
How do I make "accept answer" the first item in the post menu
How can I show topics that have not received an answer yet?
Error when updating Discourse to the new version (need urgent support)?
Plugins to Enhance user Engagement
Building a Mentoring Scheme for Members in Discourse
The default badge queries
Creating a community culture of marking topics as solved
Soft close for a topic by OP
Using DATE_TRUNC for Data Aggregation
Creating a 'stickypost' for forum threads
Handling Null Values with COALESCE
Is there a component so when a topic is marked as Solved, the topic gets locked and a custom message is posted with it?
Is there a component so when a topic is marked as Solved, the topic gets locked and a custom message is posted with it?
"Solved" bug or intentional?
"Solved" bug or intentional?
Use AI to identify which post should have marked solution and did not
Marked as solved, Vote Replenishing & Querying
Solved Topic and Moderator Response Stats by Category
Cohort Analysis Report - Monthly User Activity by Posts and Solutions
Solved and Unsolved Topic Stats with Date and Tag Parameters
Instantly close topic when marked as Solved and leave a custom message
Discourse Automation
Questions Solved and Currently Assigned Topics by User per Month
Managing Forum Moderators - Metrics & Reporting
Pinning a post to the top of the topic
How to make a help topic with solutions?
Solved Topic Badge
Using user cards to quickly view information about others
How are you increasing response rate in a community support forum?
Inconsistent marking of Topics as ☑️ Solved, Completed, or Fixed here on meta.discourse.org
When goes to a category /latest doesn’t show the actual latest
Allow “Mark as Solution” in group messages
Easily create Support categories using the discourse-solved plugin
Question Answer Plugin
What happens next?
Bundling more popular plugins with Discourse core
Configuring auto-bumping for topics
Solved Button Plugin
Notifying members when a Tracked or Watched topic is solved
Horizon: High Context Topic Cards
Horizon Theme
Advice on a support forum
Answer in a post
Google Structured Data -- Invalid Article Schema
Solution icon does not show in posts
How can I fix or pin posts inside a topic
Discourse to Power Q & A Site?
Admin/mod ability to insert a post wherever
Reward sign on avatar (or similar)
Solved plugin: post menu button now hidden at far right, used to be on the left?
Discourse for helpdesk use cases?
Introduction and question about how to best mark topics as "Answer"
Automatic Second-Post Wiki?
How can I turn discourse to Q&A based website?
Plugin: 'Ask to Answer' Mechanism
How To Mark a Topic As Resolved?
Is there any plugin for downvoting questions and replies in Discourse
Deleted posts can be counted as unread
What is SQL Badge Query for invited >25 People?
Add Badge to Solve answer
The best way to answer customers?
Using query strings to filter topic views
Badge not being applied, sql error
Generating Support Metrics (with Assign and Solved plugins)
A question re the Solved plugin and Badge SQL
Thoughts on a plugin which turns discourse into stackoverflow