Extending blacklist to post navigation.

Posted under General

I am not sure if this is the correct place for feature requests, or if there is a dedicated issue/bug tracker that supports feature requests, but I would like to see the user blacklist honored with in post navigation.

Currently if you use the prev & next buttons (or, I assume, the keyboard hot keys) blacklisted images still appear. It's far from the end of the world, but it would be nice to avoid those posts.

Updated by parasol

Oh, I thought it was me repeatedly misspelling tags in my own blacklist. Considering I only have two... but yeah. The fact that isn't working correctly is a bit of a bother, since why use something that doesn't work?

anon153 said:

Is this related to https://github.com/r888888888/danbooru/issues/697 or https://github.com/r888888888/danbooru/issues/559?

No, I believe they are referring to the sequential search navigator on post pages (when ?tags=search appears in the URL) not skipping over blacklisted posts. Those issues are related to search pages.

But I'm not sure if this feature is feasible. If it is, it would probably take some work. If you want to get Albert's answer, post an issue on the tracker:
https://github.com/r888888888/danbooru/issues

Toks said:

No, I believe they are referring to the sequential search navigator on post pages (when ?tags=search appears in the URL) not skipping over blacklisted posts.

Yes, that is what I was talking of :)

Toks said:

But I'm not sure if this feature is feasible. If it is, it would probably take some work.

Unfortunately,I suspect it would indeed cause more work for the database as there would be harder to cache queries/results for members using the blacklist.

I believe (although as I am forced to use a tablet at the moment,viewing the source is too much of a pain XD) blacklisted results are hidden client side. Skipping blacklisted results would probably require something like "AND WHERE tagsfield NOT IN ("icky","nasty","horrid")" appended to the end of the search query, making it much more specific.

Thanks for the link to the issue tracker Toks. I'll bring it up, it might not be completely unfeasible.

Maybe add a click-to-show "blacklisted" placeholder to the fullsize images on post pages.

That way you'll know if you've skipped a page when reading a story, and can choose whether you want to see it anyway.

1