It works, it just seems to display the image/parent/child/comments beneath the tags rather than making them a right column, but as long as it works I'll take it.
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:
...
Add the following to your custom CSS.
#c-posts #a-index #sidebar { width: 16em; }
See the solution below for a better answer.
Updated
BrokenEagle98 said:
Add the following to your custom CSS.
#c-posts #a-index #sidebar { width: 16em; }
Am I doing it right? It didn't work. ; ;
YaGirlJuniper said:
Am I doing it right? It didn't work. ; ;
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; }
https://i.imgur.com/ZO33DnK.png
No longer seeing any option to choose a file from the hard drive. If I refresh the page, I can see the "Choose File" button for a split second before it vanishes.
Ars said:
https://i.imgur.com/ZO33DnK.png
No longer seeing any option to choose a file from the hard drive. If I refresh the page, I can see the "Choose File" button for a split second before it vanishes.
I created a userscript which fixes that (forum #160207).
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 ¯\_(ツ)_/¯.
inkuJerr said:
Although, it seems like tooltips do not work on thumbnails in tag searches, at least for me ¯\_(ツ)_/¯.
nanami said:
I've been getting this, too.
If any of you are using the DisplayPostInfo userscript you need to update it to the latest version.
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.
Unbreakable said:
If any of you are using the DisplayPostInfo userscript you need to update it to the latest version.
I am using that script, but I'm already using the latest code. Is there anything else to add?
nanami said:
I am using that script, but I'm already using the latest code. Is there anything else to add?
Answered on forum #160243 in the DisplayPostInfo thread.