Donmai

Danbooru 2 Issues Topic

Posted under General

This topic has been locked.

Just realize that now: Is it an error can I can't add the artist's commentary when uploading from pixiv using the bookmarklet? Because if I do the samt from DeviantArt, I can add the commentary.

Gollgagh said:

This isn't a problem as much as an odd stylistic choice, but why is the post description just unceremoniously dumped beneath the picture now?

I could get if it was a title above the picture or something, but as it is, it's just some tiny italicized text repeating character and copyright info that's already more visible in the tags section.

Schema.org metadata.

For the image display:

<section itemscope itemtype="http://schema.org/ImageObject">
    <img itemprop="contentUrl" src="(image URL)" />
    <p class="desc" itemprop="description">(description)</p>
</section>

For the "Information" block in the sidebar (simplified)

<ul itemscope itemtype="http://schema.org/ImageObject">
    <li><meta itemprop="uploadDate" content="2016-04-30T08:37:02-03:00"></li>
    <li>
        Size: <a href="(image URL)">496 KB</a>
        (<span itemprop="width">717</span>x<span itemprop="height">1000</span>)
    </li>
</ul>

Not exactly sure but the first block of code shows you the image and the description below it while the the second block gives you the date the image was uploaded and its filesize and dimensions under the Information tab on the sidebar. Looks like the description under the image can removed by deleting a single line of code.

Is there a way to make blacklist states persist between pages? Sometimes I want to see images that have one of my blacklisted tags, but not the others, and it's tedious to toggle the tag for each page of search results.

Dunno if this is ever mentioned, but isn't it odd to have the label

Before commenting, read the how to comment guide.

below every post forever and ever ?

Members of a few years really have got the message, and if not, they're not going to get it now.

Also: I am still very grateful for that piece of code shoving Options at the top: it ought to be standard. :D

BlindSargent said:

Is there a way to change the order of parent posts if the other of the upload was messed up? I mean, if I put picture 3 before 2 and it doesn't let me to put the third one as it is.

There is, but if order matters, then you should probably use a pool instead.

BlindSargent said:

Is there a way to change the order of parent posts if the other of the upload was messed up? I mean, if I put picture 3 before 2 and it doesn't let me to put the third one as it is.

Which posts are you talking about ?

BrokenEagle98 said:
then you should probably use a pool instead.

I don't think a pool is necessary for just three pictures.

Nitrogen09 said:
Which posts are you talking about ?

This one post #2351696 this, the second one should be the last one.

And thanks for the help people.

BlindSargent said:

I don't think a pool is necessary for just three pictures.

This one post #2351696 this, the second one should be the last one.

And thanks for the help people.

To change the order, first remove the child/parent relationship from all of the posts, and then re-add them in the order you want them to appear, e.g. parent the #2 picture to the #1 picture, then parent the #3 picture to the #1 picture, etc. etc....

BrokenEagle98 said:

To change the order, first remove the child/parent relationship from all of the posts, and then re-add them in the order you want them to appear, e.g. parent the #2 picture to the #1 picture, then parent the #3 picture to the #1 picture, etc. etc....

Tried it, doesn't work though since sibling posts are sorted by their post's ID.

Sacriven said:

Got an error when trying to upload using bookmarklet. Anyone experiences the same?

Every upload with the bookmarklet do far. I spent five minutes trying to upload the latest Fubuki, only to find someone else did it. I wonder if that means they've bribed somebody .... ;)

Then we're not the same, lol. My error message is like this:
This only happened when I'm trying to upload from Pixiv

NoMethodError exception raised

undefined method `[]=' for nil:NilClass
/var/www/danbooru2/releases/20160428183808/app/logical/pixiv_web_agent.rb:18:in `block (2 levels) in build'
(eval):23:in `form_with'