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 https://github.com/discourse/discourse/commit/31e100530f5eeef1ceac1c2af91b6df5b1d99521#diff-2458db8415a08bcd733d3e180343d885
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.
hey @angus, thank you for this beautiful work! I want to pick up where @dalerka left off last year in February - Iâm one of the maintainers of the AskCyberinfrastructure discourse and we are immensely interested in having support for multiple votes per topic.
Specifically, we are looking for functionary akin to reddit or Stack Exchange, where itâs possible to upvote more than one response. As a user of the board, I commonly like a subset of the answers and would want to move them both up. The assumption here is that I, as a user, can have preference for more than one answer, and I should be able to vote accordingly. Questions to discuss:
Iâm not an experienced Ruby programming, but Iâm fairly good at picking things up, and am always open to taking a shot, if someone is able to give general direction. Thank you!
Hey @vsoch, thanks for reaching out!
Yes, that sounds like a good candidate for a new feature for this plugin. Awesome that youâre keen to help out with the development as well!
The move here will be to add site settings for vote limits according to trust levels.
Hereâs how we can tackle the implementation.
Create an account on my sandbox.
Submit a feature request using the feature request custom wizard.
Iâll promote this feature request straight into the âTasksâ workflow as youâre keen to help out with the implementation (normally this takes votes or $ contributions).
Iâll start you off with some pointers on how to implement this in the task topic, and then give you further feedback once you get a PR together.
Done!
Thank you so kindly! Looking forward to learning some Ruby
How can this plugin be modified to KEEP chronological order while still facilitating the vote functionality?
Further, can you please add downvoting?
In my case I need to be able to vote and prioritize posts via meta data while still maintaining contextual chronology of a topic throughout the thread.
Hey @mreach
Both are decent feature requests. You can submit them here:
Couple of bugs it seems on the current Discourse @angus
Same on the one-to-many as well.
Unable to vote, everyone of any rank (including 4) always and only gets this message:
Checking the javascript, the post.topic.can_vote
is false, if I set it to true in the inspector then and only then am I able to vote with impunity in that same thread until I navigate away and back to it, so the back-end side of it âseemsâ to be working fine?
@OvermindDL1 Thanks for the report. Both were namespace issues. Iâve pushed various fixes, so if you could update and test again.
Note that there is now a setting for the trust level vote limit system (i.e. to disable / enable): qa trust level vote limits
(@vsoch).
Thanks @angus! Here are the fixes, for future easy linking:
I havenât been able to test yet (and debug) with the actions-summary widget removed, but Iâll keep abreast of updates for when I can!