this post was submitted on 25 Oct 2023
9 points (100.0% liked)

/kbin meta

1 readers
4 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

As scrolling to the bottom of the page to leave a comment can be a hassle on posts with lots of existing comments, an option to put the thread comment box above existing comments would be helpful.

If people are going to migrate to Kbin or Lemmy from Reddit, given the substantial downsides in doing so for the average Reddit user when comparing community user counts, minimizing differences — or at least giving users the option to do so themselves — might be helpful. While I wouldn't rejoin Reddit even if there weren't any alternatives, it would certainly be great if the alternatives had even a tenth the number of active communities Reddit still has.

To that effect, it would also helpful if there were a toggle to automatically upvote one's own posts and comments.

top 5 comments
sorted by: hot top controversial new old
[–] livus@kbin.social 5 points 10 months ago* (last edited 10 months ago)

I like it being at the bottom. That way you get fewer people coming in to all say the exact same thing without interacting with each other.

It's sort of like the design is "listen before you speak."

[–] shazbot@kbin.social 2 points 10 months ago* (last edited 10 months ago)

If you install KES and navigate to the setting Threads > Rearrange post order, you can dynamically change the position of the OP, the comments, the add comment box, and other elements and choose which place you want them to be in descending order. You can direct other questions to our magazine on /m/enhancement as well.

[–] e0qdk@kbin.social 1 points 10 months ago

If it's really bugging you, you could put something like this in a GreaseMonkey script:

function move_comment_add() {
  let comment_add = document.getElementById("comment-add");
  let comments    = document.getElementById("comments");
  comments.insertAdjacentElement("beforebegin", comment_add);
}

move_comment_add();

[–] Pamasich@kbin.social 1 points 10 months ago* (last edited 10 months ago)

This seems to already be implemented and probably coming once Ernest is able to finish the update. You might be able to find other instances that are already featuring this.

Like, I saw strings regarding this when contributing to translations yesterday. Some setting in the sidebar's gear menu to toggle the position.

[–] cormier-camilla196@kbin.social 1 points 10 months ago

It's nice to be at the bottom. In this manner, you can reduce the number of people who show up and say the same thing without speaking to one another. basketball stars

Sort of like "listen before you speak" is ingrained in the design.