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.
@angus さん、素晴らしいお仕事をありがとうございます!私は昨年 2 月に @dalerka さんが着手された続きを続けたいと考えています。私は AskCyberinfrastructure の Discourse のメンテナーの一人であり、トピックごとに複数の投票を可能にするサポートに大変関心を持っています。
具体的には、Reddit や Stack Exchange のような機能を探しています。そこでは、複数の回答に対して「いいね」(アップボート)を付けることが可能です。ボードのユーザーとして、私は複数の回答のサブセットを気に入ることが多く、それらすべてを上位に上げたいと考えています。ここで想定しているのは、ユーザーとして複数の回答を好むことがあり、それに応じて投票できるべきだということです。議論すべき質問は以下の通りです:
私は Ruby プログラミングに詳しくありませんが、新しいことを学ぶのが得意です。もし誰かが一般的な方向性を示してくださるなら、挑戦してみたいと思います。ありがとうございます!
こんにちは、@vsoch さん、ご連絡ありがとうございます!
はい、それはこのプラグインの新しい機能として有望な候補ですね。開発にも協力してくださるとのこと、素晴らしいです!
ここでは、信頼レベルに応じた投票制限のためのサイト設定を追加することになります。
実装への取り組み方は以下の通りです。
マイサンドボックス にアカウントを作成してください。
機能リクエストのカスタムウィザード を使用して機能リクエストを提出してください。
実装にご協力いただけるため、この機能リクエストを通常(投票や金銭的貢献が必要となる)ではなく、直接 「タスク」ワークフロー に昇格させます。
タスクトピックで実装方法についていくつかの指針をお伝えし、PR がまとまり次第、さらにフィードバックを提供します。
完了しました!
本当にありがとうございます!Ruby の学習を楽しみにしています ![]()
このプラグインをどのように変更すれば、投票機能を維持しつつ、時系列順を保つことができるでしょうか?
さらに、低評価(ダウングレード)機能を追加することは可能でしょうか?
私のケースでは、スレッド全体でトピックの文脈的な時系列を保ちながら、メタデータを通じてポストに投票し、優先順位を付けられる必要があります。
こんにちは @mreach
どちらも優れた機能リクエストですね。こちらからご提出ください:
現在の Discourse でいくつかのバグがあるようです、@angus
投票できません。ランクに関係なく(4 レベルを含む)、全員が常にこのメッセージを受け取ります:
JavaScript を確認すると、post.topic.can_vote が false になっています。インスペクターでこれを true に設定すると、そのスレッド内では移動するまで自由に投票できるようになります。移動して戻るとまた投票できなくなります。つまり、バックエンド側の処理は「正常に動作している」ように見えますが?
@OvermindDL1 ご報告ありがとうございます。どちらも名前空間の問題でした。いくつかの修正をプッシュしましたので、アップデートして再度テストしていただけると幸いです。
なお、信頼レベルの投票制限システム(無効化/有効化)の設定が追加されました:qa trust level vote limits (@vsoch)。
@angus さん、ありがとうございます!今後の簡単なリンクのために、修正点を以下にまとめます:
actions-summary ウィジェットを削除した状態で、まだテスト(およびデバッグ)できていませんが、可能になったら更新情報を追っていきます!