Danbooru

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

So uhhhhhhhh something's up with how the site interacts with the Blacklist. If you have a Blacklist line that's more than one term long, it will push the entire space that's allocated for images to the right, even when viewing individual posts, and if your blacklisted line is long enough, it will push everything so far that the space for images vanishes completely. It makes the site unusuable, since no scroll bar appears either -- if the images can't be displayed because there's not enough room, they simply disappear.

This is after shortening one of the lines on my blacklist: https://imgur.com/a/uXHQmnD

YaGirlJuniper said:

Am I doing it right? It didn't work. ; ;

https://imgur.com/a/fP7XrJU

Ah, sorry about that, I confused it with another part of my custom CSS, though I looked and it should have at least be worked on the main post search page. I'm not sure why it's not working for you there at least???

Anyways, the following is a bit more universal though and should work on all post pages plus the wiki pages. I tested it with all of my scripts and custom CSS disabled to be sure.

.sidebar-blacklist {
    width: 16em;
}

Site update

Changes
  • Added tooltips with thumbnails to post #123 links. This is especially useful for the deletion appeal thread. Advanced tooltips must be enabled (the default) to use this.
  • Made the modqueue page layout more mobile friendly.
  • Comment and forum spam filters now only apply to new accounts (less than 1 month old).
  • Mobile: reduced swipe gesture sensitivity.
  • Mobile: removed the "swipe left to go back" gesture from post pages. This fixes being unable to scroll left and right, being unable to use pinch to zoom, and being unable to copy text.
Fixes
  • Fixed extremely long blacklists breaking the sidebar.
  • Fixed the category dropdown not working on the /related_tag page.
  • Fixed issue preventing incorrect tag counts from being automatically fixed as they were supposed to be.
  • Fixed /post_versions.json throwing an exception on records containing null updaters.
  • Fixed embedded notes not being styled correctly.
  • Fixed 'meh' forum votes not being colored correctly in the light theme.
  • Fixed API calls calculating the total page count in the background, even though it wasn't used. This slowed down certain endpoints, especially /post_versions.json.
API Changes
  • Added more data attributes containing the current user's settings to the <body> element.
  • <meta> elements containing the current user's settings are deprecated. They will be removed in the future. Use the attributes on the <body> element or /profile.json instead.
  • You can now use authenticate using POST /session (params: name, password). A user object will be returned with your API key in the api_token field.

Full changelog: https://github.com/r888888888/danbooru/compare/production-2019.09.30-175649-utc...production-2019.10.08-045432-utc

evazion said:

Added tooltips with thumbnails to post #123 links. This is especially useful for the deletion appeal thread. Advanced tooltips must be enabled (the default) to use this.

Although, it seems like tooltips do not work on thumbnails in tag searches, at least for me ¯\_(ツ)_/¯.

evazion said:

I should mention, I reduced swipe gesture sensitivity but I'm still not sure if it's too high or too low. Let me know if it needs adjustment.

I think this broke the function to swipe back to the search results when you are currently looking at a post.

Johnyyyz said:

I think this broke the function to swipe back to the search results when you are currently looking at a post.

As mentioned, this gesture was intentionally removed because it broke several other things. It interfered with panning left and right, with using pinch to zoom, and with copying text. You can always use your device's back button to go back instead.