Danbooru

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

Grahf said:

I've got three branches of saved searches, I only just added Lolicept to my artists one so it's less than a day, but I added Kamoi_(kantai_collection) to my characters saved search branch a few days ago and posts with the tag still aren't appearing. The other characters under that list were migrated over from being a tag subscription and are working fine.

Actually, looking I see both tags are on their respective lists now. But neither are loading images into the queue, the Lolicept one is new enough that I'd expect it not to but Kamoi_(kantai_collection) still isn't either.

There's no limit to the saved searches is there? Between everything I've got 30 tags, although it was 28 before adding those two recent things.

The limit is 10000 saved searches for Platinum+.

Without being able to look at your saved searches, all I can suggest is to double check the entry, and check for any wrong characters or invisible characters.

But I did add the above tag to my saved searches just as a test. I'll report back tomorrow on the results.

BrokenEagle98 said:

The limit is 10000 saved searches for Platinum+.

Without being able to look at your saved searches, all I can suggest is to double check the entry, and check for any wrong characters or invisible characters.

But I did add the above tag to my saved searches just as a test. I'll report back tomorrow on the results.

Okay, this is weird, but Kamoi_(kantai_collection) is now starting show show images in my character search.

I swear that I've done nothing with the searches, didn't change anything aside from adding the tag.

Maybe it just took a really long time to finally kick in? Maybe it's because it was a relatively new tag itself?

I'll see what happens with the Lolicept artist tag. But this is all very strange.

Provence. said:

I'm constantly getting thrown out of the Edit menu when trying to edit a post.
I click on a post with the autocomplete and then I want to continue but that is pretty hard possible.

I am unable to replicate this. I am on Chrome with no Javascript addons using the regular tag edit text box, i.e. not the detached popup box (Shift-E).

BrokenEagle98 said:

I am unable to replicate this. I am on Chrome with no Javascript addons using the regular tag edit text box, i.e. not the detached popup box (Shift-E).

Guess this has to do with my computer mouse after testing it a bi hours later again.
It often does double-clicks but it shouldn't. So the problem is on my side.

Provence said:

For some reason, this page shows less posts than the pool actually has:
pool #12394

E: It works now. Had to remove all posts from the pool first, though.

I ran into the same/similar thing at pool #11990 yesterday with some posts having the pool at the bottom but with both "<prev" and "next>" grayed out but « and » still works, the pool only appears to have 5 posts when you view it too. I don't know what order the posts should be in so I haven't touched it.

Is there a way to have the checkmark for the Upload For Approval box selected automatically? I'm often not confident in my explicit uploads and add them to the queue to be safe, but I sometimes forget to select that box before uploading, leading me to flag the image instead.

Unbreakable said:

I ran into the same/similar thing at pool #11990 yesterday with some posts having the pool at the bottom but with both "<prev" and "next>" grayed out but « and » still works, the pool only appears to have 5 posts when you view it too. I don't know what order the posts should be in so I haven't touched it.

I will make an issue. Please don't touch anything in this pool so it can be investigated.

EDIT: issue #3091.

Updated

Benit149 said:

Is there a way to have the checkmark for the Upload For Approval box selected automatically? I'm often not confident in my explicit uploads and add them to the queue to be safe, but I sometimes forget to select that box before uploading, leading me to flag the image instead.

It's possible but it requires a userscript:

// ==UserScript==
// @name         Upload for approval by default
// @version      1
// @match        *://*.donmai.us/uploads/new
// @grant        none
// ==/UserScript==

$(function() {
    $("#upload_as_pending").prop("checked", true);
});

Provence said:

Is there a reason why there are so many mass update actions on the mod action page:
http://danbooru.donmai.us/mod_actions

Is not the first tag I observe that from. Is is really wanted that it creates so many listings? Because it gets kinda confusing if you read the same entry over and over again.

would it be also possible to filter out entries in a dropdown menu (e.g. mod banned user x, name changes, promotions, etc...)? maybe too much to ask but if the listing dates since from May 7th, the pages will flow... and it's almost impossible to keep track of other significant "mod actions" other than those deleted and undeleted... just my opinion. thanks!