Danbooru

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

sonohara/danbooru are really slow for me as of late, hijiribe seems to be the only one that works reasonably well, anyone else seeing this? Keep getting a lot of failboorus.

Normally this wouldn't be a problem...but the bookmarklet uses danbooru.donmai.us, so uploading is a bit of a pain now.

Updated

@DeusExCalamus

Edit your bookmarklet and change the domain name.

Before:

javascript:location.href='http://danbooru.donmai.us/uploads/new?url='+encodeURIComponent(location.href)+'&ref='+encodeURIComponent(document.referrer)

After:

javascript:location.href='http://hijiribe.donmai.us/uploads/new?url='+encodeURIComponent(location.href)+'&ref='+encodeURIComponent(document.referrer)

It's what I always do when one of the domains is very sluggish. (...and yes, Sonohara is sluggish for me right now)

BrokenEagle98 said:

@DeusExCalamus

Edit your bookmarklet and change the domain name.

Before:

javascript:location.href='http://danbooru.donmai.us/uploads/new?url='+encodeURIComponent(location.href)+'&ref='+encodeURIComponent(document.referrer)

After:

javascript:location.href='http://hijiribe.donmai.us/uploads/new?url='+encodeURIComponent(location.href)+'&ref='+encodeURIComponent(document.referrer)

It's what I always do when one of the domains is very sluggish. (...and yes, Sonohara is sluggish for me right now)

That fixes it, yes, but I use https and the certs don't work so I have to monkey with them.

A minor matter that pops up a lot recently: after migrating my subscriptions to saved searches, I noticed that their order sometimes gets messed up in my profile. I'd placed numbers in front of their names so that they appear in a certain order -1, 2, 3, 4, 5- but now they appear in different orders, like this: 5, 1, 4, 3, 2.

I don't mind terribly, but I'm just mentioning it in case you deem the added convenience is worth the fix.

@Fred1515

It currently orders them by the updated timestamp.

You can see the updated timestamps by...

1. Go to http://danbooru.donmai.us/saved_searches.json
2. Copy and paste the text into the JSON window at https://jqplay.org/
3. Copy the text between the quotes in "map({category:(.category),query:(.tag_query),updated:(.updated_at)}) | sort_by(.updated) | reverse" into the Filter window at https://jqplay.org/
4. The Result window will list all of the tag searches by category and ordered by update timestamp

If there are more than one search for a particular category, it will use the most recent tag search for the update timestamp.

Bottom-line, you can change the order yourself by forcing an update through editing a particular saved search. Start with the category you want to show up last, and end with the category you want to be first.

I see, thanks for the help. Editing the search is too much of a hassle for something this unimportant though, it's fine the way it is. I guess it can be more helpful, since the most recent stuff will be on top.

On a different minor matter: do we have any options regarding the number of thumbnails each category has in our profile? It used to be 6 for everything, but now that saved searches return 10 while uploads and favs are still at 6, I realized there's some screen real-estate that could be put to some use.

Yeah, they're hard-coded into the user_presenter as seen in ...

Saved Searches: https://github.com/r888888888/danbooru/blob/master/app/presenters/user_presenter.rb#L54
Subscriptions: https://github.com/r888888888/danbooru/blob/master/app/presenters/user_presenter.rb#L67
Uploads: https://github.com/r888888888/danbooru/blob/master/app/presenters/user_presenter.rb#L96

If you're interested in getting this changed, I'd suggest creating a new "Feature Request" topic and polling the users to see if there is a demand for a change, and if so, what that change should be, e.g. hard-coded vs. user settings...

I just did a little test with Wypatroszony about blacklisting certain words in a DM.
And the results were as expected, but they shouldn't be like this in a forum that has moderators.
So...imagine now that user has certain words blacklisted and a moderator is now sending that user a warning Dmail about their behavior containing one of those words the user has blacklisted:
The warning DMail will never come through and the user won't read the warning. So in the end the user might get banned, although they have never read one DMail before from the moderators.

So I think that, for moderators and admins, the blacklisted words should not apply and Dmails from moderators should always reach the user, even if the DMail contains blacklisted words.

Streichkonzert said:

I just did a little test with Wypatroszony about blacklisting certain words in a DM.
And the results were as expected, but they shouldn't be like this in a forum that has moderators.
So...imagine now that user has certain words blacklisted and a moderator is now sending that user a warning Dmail about their behavior containing one of those words the user has blacklisted:
The warning DMail will never come through and the user won't read the warning. So in the end the user might get banned, although they have never read one DMail before from the moderators.

So I think that, for moderators and admins, the blacklisted words should not apply and Dmails from moderators should always reach the user, even if the DMail contains blacklisted words.

Agree... submitted issue #2757.

Streichkonzert said:

http://danbooru.donmai.us/mod_actions
Compare page one and page 2 for example. The one is much more compressed as the other one and I prefer the design of page 2 (following). But in one way or the other: The design is flawed there.

The pages are gone now, but I think you're talking about how the columns don't stay the same width across pages? IIRC there are multiple places with that problem, http://danbooru.donmai.us/artist_commentary_versions is another.

Sacriven said:

I can't download images through my smartphone. I use Opera Mini, and I still can download from another site just fine.

Can't download how? What happens when you try?

trying to find users w/ similar favorites as me gives me this
RuntimeError exception raised

HTTP error code: 404 Not Found
app/logical/reports/user_similarity.rb:41:in `block in fetch_similar_user_ids'
app/logical/reports/user_similarity.rb:36:in `fetch_similar_user_ids'
app/presenters/user_similarity_presenter.rb:18:in `fetch'
app/presenters/user_similarity_presenter.rb:6:in `initialize'
app/controllers/reports_controller.rb:24:in `new'
app/controllers/reports_controller.rb:24:in `similar_users'