9
votes
Suggestion: Add a show all posts by x button
As a lurker on the somethingawful forums one of my favorite features is a button which will show all the posts a single person has made in a thread. It'd be really handy if someone (like the OP) is answering questions about a topic. It's really nice to have on a more traditional forum website, but I'm not sure how useful it'd be here. Regardless, I thought I would suggest it.
I think a hacky version of this could be a script that auto-collapses all comments that aren't by said person or contain a comment by said person. That shouldn't be too hard to make, but I don't have the skills for it.
This should be fairly trivial to write up a quick script for. I'll look into drafting one up once I've eaten.
Alright, so it took a bit more effort than expected, but here you go:
It's far from perfect--there are known bugs and it's not a particularly efficient or elegant solution--but I just got up and It gets the job done well enough to provide some functionality. I may or may not come back and make it not suck. Consider it an alpha version with no guarantee of moving onto a beta or official release. Anyone who wants to modify it and provide long-term support may do so.
Edit: Yeah, thinking about it, this doesn't account for child comments, so it will only work for displaying top-level comments in a thread. It really needs a better implementation.
Huh, I came and checked my inbox, and I got notification about this post.
Turns out username mentions in code blocks trigger notifications (blame me for picking @name....)! (:
LOL! Although I suspect instances of this happening will be rare, that is probably still something that should be fixed at some point. I will add a Gitlab issue for it in the morning.
edit: https://gitlab.com/tildes/tildes/issues/271