this post was submitted on 29 Jun 2023
54 points (100.0% liked)

/kbin meta

63 readers
1 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 2 years ago
 

I have the Hide Adult Content checkbox selected in my profile settings, but I am still seeing stuff like this in the sidebar as links to Random Magazines / Posts / Threads.

I'm not sure if it technically is a moderation issue where the Magazine, Post, or Thread needs to be marked as NSFW in case the OP didn't do so or something more. It seems like it happens too often to just be where it is simply posts that slip past the mods so that makes me wonder if the NSFW checkbox is broken or just doesn't do anything.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 2 years ago (7 children)

Sorry for that, but not all content is marked as +18. Tomorrow, I will limit the display to posts from this instance.

[–] [email protected] 22 points 2 years ago (4 children)

I would like a way to totally remove the sidebar, I don’t want or need random anything. Wouldn’t that make page generation faster as well?

[–] [email protected] 3 points 2 years ago (3 children)

If you have stylus or a similar css injector installed, you can add this rule:

section.active-users.section,
section.posts.section,
section.entries.section {
    display: none;
}

and get rid of most of it (I like having the parts I didn't get rid of)

[–] [email protected] 1 points 2 years ago (2 children)

That doesn't work very well if I use several (and several mobile) browsers though...

[–] [email protected] 2 points 2 years ago

Ah true. I'm not sure if a native css injector is on the roadmap for kbin, but maybe it should be; MediaWiki (software for Wikipedia) has one.

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

I checked btw, there was already a ticket about it! Although no clue if/when it'll get addressed. But you can follow it to stay updated.

load more comments (2 replies)