Forum change?
-
No memes in the Netgate forum? I guess some topics come close enough.
-
Just no meme-previews.

-
Me too I like how it says Jonathan Lee 2100
haha -
If anyone else is annoyed with those images in the top right when looking at a thread, like the example @mvikman posted up.
I noticed in a thread that had multiple images in it.. This simple rule in ublock removes them.
forum.netgate.com##.hidden-empty.align-items-center.gap-2.flex-wrap.d-flex -
images in the top right when looking at a thread
div[component="topic/thumb/list"] {display: none !important}
?
-
@SteveITS Possible - I just used adblocker picker to pick what was showing up, that one might also work as parent or something I didn't look at the actual code of the page.
-
FWIW I still see image previews on iOS Safari. Probably a different CSS file being used.
In related (CSS) news I think this one line addition will hide "deleted" topics like the deleted spam in https://forum.netgate.com/category/76/tnsr-feedback:
ul.categories-list li.deleted, ul.topics-list li.deleted { opacity: .65; display: none !important; # <----- } -
I assume you just see 'This topic is deleted' message there? The content there should only be available to mods/admin.
-
@stephenw10 ah, yeah, sorry, someone asked on Reddit why you were deleting all your feedback. Obv. not.

I just didn't carry that entire thought here. cap:

It would be cool if there was a way to hide self-deleted messages too, so I don't click on the thread just to find out the post was deleted. :)
-
Yeah I usually nuke the content entirely these days just to make it cleaner but I think only admin can do that.
I can at least clean that up.