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.
Ehi @angus, grazie per questo splendido lavoro! Vorrei riprendere il lavoro lasciato da @dalerka lo scorso febbraio. Sono uno dei maintainer di AskCyberinfrastructure, un forum Discourse, e siamo estremamente interessati a implementare il supporto per più voti per argomento.
Nello specifico, stiamo cercando una funzionalità simile a quella di Reddit o Stack Exchange, che permetta di votare positivamente più di una risposta. Come utente del forum, spesso apprezzo un sottoinsieme delle risposte e vorrei poter dare loro entrambe un voto positivo. L’assunzione qui è che io, in quanto utente, possa avere preferenze per più di una risposta e che dovrei essere in grado di votare di conseguenza. Domande da discutere:
Non sono un programmatore Ruby esperto, ma sono abbastanza bravo ad imparare cose nuove e sono sempre disponibile a provare, se qualcuno può fornire indicazioni generali. Grazie!
Ciao @vsoch, grazie per averci contattato!
Sì, sembra un ottimo candidato per una nuova funzionalità di questo plugin. Fantastico che tu sia interessato a contribuire allo sviluppo!
La strada da seguire sarà aggiungere impostazioni del sito per i limiti di voto in base ai livelli di fiducia.
Ecco come possiamo affrontare l’implementazione.
Crea un account sul mio sandbox.
Invia una richiesta di funzionalità utilizzando la guida personalizzata per le richieste di funzionalità.
Promuoverò direttamente questa richiesta di funzionalità nel flusso di lavoro “Compiti”, dato che sei interessato a contribuire all’implementazione (normalmente è necessario raccogliere voti o contributi in dollari).
Ti fornirò alcune indicazioni su come implementare questa funzionalità nel topic del compito, e poi ti darò ulteriori feedback non appena avrai preparato una PR.
Fatto!
Grazie mille! Non vedo l’ora di imparare un po’ di Ruby ![]()
Come può essere modificato questo plugin per mantenere l’ordine cronologico pur consentendo la funzionalità di voto?
Inoltre, potresti aggiungere la possibilità di votare contro (downvote)?
Nel mio caso, ho bisogno di poter votare e dare priorità ai post tramite metadati, mantenendo al contempo la cronologia contestuale di un argomento lungo tutto il thread.
Ciao @mreach
Entrambe sono richieste di funzionalità valide. Puoi inviarle qui:
Sembra ci siano alcuni bug nella versione attuale di Discourse @angus
Impossibile votare: chiunque, indipendentemente dal rango (compreso il 4), riceve sempre e solo questo messaggio:
Controllando il JavaScript, post.topic.can_vote è falso. Se lo imposto su true nell’ispettore, allora e solo allora riesco a votare senza problemi in quella stessa discussione, finché non esco e torno alla stessa pagina. Quindi sembra che il lato backend funzioni correttamente?
@OvermindDL1 Grazie per la segnalazione. Entrambi erano problemi di namespace. Ho applicato varie correzioni, quindi se puoi aggiornare e testare di nuovo.
Tieni presente che ora è presente un’impostazione per il sistema dei limiti di voto per livello di fiducia (ovvero per disabilitare/abilitare): qa trust level vote limits (@vsoch).
Grazie @angus! Ecco le correzioni, per un facile collegamento in futuro:
Non sono ancora riuscito a testare (e correggere) con il widget actions-summary rimosso, ma terrò d’occhio gli aggiornamenti non appena potrò!