It seems there is a bug with the diary setting when viewing a topic on mobile:
after the post there is a huge white space
can you check @angus ?
It seems there is a bug with the diary setting when viewing a topic on mobile:
after the post there is a huge white space
can you check @angus ?
@pfaffman I’ve just pushed a fix for this plugin to bring it up to speed with the latest.
I love this plugin. Thank you @angus
@scavin Thank you for doing the Chinese translations!
Any news on scrollbar implementation for “one-to-many” layout?
First, very cool plugin. Second, in the sandbox, the “show comments” toggle doesn’t appear to toggle (meaning it just opens, without toggling back to closed if you click it again).
Am I doing it wrong? Do I click something else to toggle?
This isn’t being worked on at the moment, but happy to put it on the agenda if we can get a feature request with more than 5 votes: https://discourse.angusmcleod.com.au/w/feature-request
You’ll need an account on my sandbox to access the wizard.
This is indeed a bug! If you have the time to submit a report here it would be much appreciated: https://discourse.angusmcleod.com.au/w/bug-report
You’ll need an account on my sandbox to access the wizard.
Thanks ![]()
Hi Angus,
We really want to make our formu Q&A so we tried to use your plugin.
Some points:
We get an error in the DevTools - “Could not find widget actions-summary-item in registry”.
![]()
I saw in your Github that you were using it. Is it a bug?
We can’t see the undo button after clicking the vote button. It could be due to my first point, but I’m not sure.
What are the plants on the unlike button?
When a post has comments, it does not have the ‘show comments’:
In your sandbox I noticed that if you click ‘show comments’ you can’t undo it (close the comments section).
Thank you.
Hey @verilog15, those do seem like bugs, if possible could you submit a bug report?
actions-summary-item was removed in FEATURE: Flag count in post menu · discourse/discourse@31e1005 · GitHub
https://github.com/angusmcleod/discourse-question-answer/issues/19
If you use this with the Solved plugin, you can select a comment as the solution. Not ideal, but low priority to fix too.
¡Hola @angus, gracias por este hermoso trabajo! Me gustaría retomar donde @dalerka lo dejó el año pasado en febrero. Soy uno de los mantenedores del foro AskCyberinfrastructure y estamos muy interesados en tener soporte para múltiples votos por tema.
Específicamente, buscamos una funcionalidad similar a la de Reddit o Stack Exchange, donde sea posible votar positivamente más de una respuesta. Como usuario del foro, a menudo me gustan varios de los respuestas y querría subir ambas. La suposición aquí es que, como usuario, puedo tener preferencia por más de una respuesta y debería poder votar en consecuencia. Preguntas a discutir:
No soy un programador experimentado en Ruby, pero soy bastante bueno aprendiendo cosas nuevas y siempre estoy abierto a intentarlo, si alguien puede darme una dirección general. ¡Gracias!
¡Hola @vsoch, gracias por contactarnos!
Sí, eso suena como un buen candidato para una nueva función de este complemento. ¡Qué genial que estés interesado en ayudar también con el desarrollo!
La estrategia aquí será agregar configuraciones del sitio para los límites de votos según los niveles de confianza.
Así es como podemos abordar la implementación:
Crea una cuenta en mi sandbox.
Envía una solicitud de función utilizando el asistente personalizado para solicitudes de función.
Promoveré esta solicitud de función directamente al flujo de trabajo de “Tareas”, ya que estás interesado en ayudar con la implementación (normalmente esto requiere votos o contribuciones en dólares).
Te daré algunas indicaciones sobre cómo implementarlo en el tema de la tarea, y luego te proporcionaré más comentarios una vez que tengas un PR listo.
¡Hecho!
¡Muchas gracias! Estoy ansioso por aprender algo de Ruby ![]()
¿Cómo se puede modificar este plugin para MANTENER el orden cronológico mientras se facilita la funcionalidad de votación?
Además, ¿podrías agregar la opción de votar en contra?
En mi caso, necesito poder votar y priorizar mensajes mediante metadatos, manteniendo al mismo tiempo la cronología contextual de un tema a lo largo de la discusión.
Hola @mreach
Ambas son propuestas de funcionalidad decentes. Puedes enviarlas aquí:
Parece que hay algunos errores en el Discourse actual, @angus
No se puede votar; cualquier persona, independientemente de su rango (incluido el 4), siempre y únicamente recibe este mensaje:
Al revisar el JavaScript, post.topic.can_vote es falso. Si lo cambio a verdadero en el inspector, entonces y solo entonces puedo votar sin problemas en ese mismo hilo hasta que navego fuera y vuelvo a él, por lo que parece que el lado del servidor está funcionando correctamente.
@OvermindDL1 Gracias por el informe. Ambos eran problemas de espacio de nombres. He implementado varias correcciones, así que si pudieras actualizar y probar de nuevo.
Ten en cuenta que ahora hay una configuración para el sistema de límite de votos por nivel de confianza (es decir, para deshabilitar / habilitar): qa trust level vote limits (@vsoch).
¡Gracias @angus! Aquí están las correcciones, para facilitar su enlace en el futuro:
Aún no he podido probar (y depurar) con el widget actions-summary eliminado, ¡pero estaré al tanto de las actualizaciones cuando pueda!