Getting to my user page is much, much slower than getting to literally any other page on Danbooru - anyone else?
Posted under General
This topic has been locked.
Kikimaru said:
Getting to my user page is much, much slower than getting to literally any other page on Danbooru - anyone else?
Your saved searches need to be populated. The more saved searches you have and the slower they are to run, the longer it takes. Viewing search:all should be just as slow.
Full changelog: https://github.com/r888888888/danbooru/compare/production-2019.08.05-190217-utc...production-2019.08.12-200545-utc
updates weren't logged anywhere due to this bug).
Full changelog: https://github.com/r888888888/danbooru/compare/production-2019.08.12-200545-utc...
忍猫 said:
Is it possible to unvote on a comment?
Yes you can, when you vote it makes the unvote link appear. However, upon a page refresh the unvote link is hidden, and voting up or down does not restore it. So, for most users it becomes an impossibility.
I'll go ahead and submit an issue for the above.
Until then, you can either use CSS or Javascript to show all comment unvote links.
Put the following into your custom CSS (My Account >> Settings >> Advanced Settings >> Custom CSS).
.unvote-comment-link { display: inline; }
Copy/paste the following into the development console on your browser (usually F12).
$(".unvote-comment-link").show();
Created issue #4143.
Sorry, I forgot I to link to the wiki page for the character tag yomeno_moemi.
Olivia seems to be a god_hand character, but is currently an artist tag for artist #190017.
忍猫 said:
Sorry, I forgot I to link to the wiki page for the character tag yomeno_moemi.
Wiki pages can't be blank normally. They need to have a body or other names filled in. The exception is if the wiki page is deleted. I'm guessing that was the intention looking at the zero post count, so I went ahead and deleted it.
Olivia seems to be a god_hand character, but is currently an artist tag for artist #190017.
That's quite common, but since the artist page is deleted there's no need to worry.
DanteFromHell said:
For the last 15 minutes I'm trying to answer on PM, but every time I'm sending message the site gives me this.
Am I doing something wrong or is it now an issue on the site?
Thnx in advance^^
That link doesn’t lead to your dmails, it leads to the demails of the user clicking the link. Please post a screenshot after censoring any private data.
Edit: Nvm, already fixed. See below.
Updated
Minor update:
<article class="comment">
elements. This may affect userscripts or custom CSS dealing with comments.Comment threshold isn’t working for me either. CSS shouldn’t have an influence on that because the hidden comments shouldn’t even be in the HTML code. “Show all comments” is supposed to load them, but at the moment, all that does is reload the comments. My comment threshold is at 0.