Wow, a lot of positive response here.
albert said:
Hidden posts are now hidden again by default but accessible via a link.
Great! This is better than the previous setup of just moving hidden posts to the bottom of the queue. At least now it does seem like the queue is dwindling when you dismiss posts :) By the way, small quibble, but maybe in the "?hidden=true" page, the link at the top should say "click here to view non-hidden posts" or something.
Fencedude said:
Keep the lightbox (though if you could make it like the ones used on Sankaku, that would be even better), and add a link to take us to the page itself.
Oh god, anything but that, please. Sankaku's lightbox is particularly slow and bad. I agree with LaC about the lightbox being a bad idea. In general, I don't like lightboxes, since they force you to focus on only one element of the webpage at a time - this only works in extreme cases where one thing really is the one and only main content of the page. The Newgrounds flash movie player lightbox comes to mind. The mod queue, however, is the opposite.
jxh2154 said:
Didn't know we would lose a link to the individual image page, and if that's the case then I'd rather go back to the old way too.
This is absolutely not necessary. Look at the post page currently: clicking on "original image" swaps the sample image for the full image and vice versa, but you can still middle-click it (in firefox anyway) to get the actual image file in a new tab. If I'm not mistaken, this works because single-clicking triggers the onClick event, whereas middle-clicking does not - the actual <a> element has an href pointing to the image file, but the onClick code does something entirely different. I don't see any reason why this couldn't work here too.
I still don't see what's wrong with simply having the thumbnail expand in place. This is the same as what many imageboards do (as well as what the 4chan firefox extension does to 4chan, by the way) and works just fine. If you want to expand a bunch of images at a time, just scroll down to the last one you want to expand and click from there upwards - as the images expand, you don't need to scroll to get to the next image you wanted to click. As for the layout getting screwed up, what about putting the thumbnails on the right? Is that too strange?
In any case, forcing the user to create new dozens of tabs is never a good solution, IMO, especially since most modern browsers have massive memory leakage problems which are exacerbated by opening and closing tabs.
jxh2154 said:
I was under the impression there would be a nice, easy, super fast was of just displaying a slightly larger version of the thumbnail that was a simple click to open, see it, click to close and move on deal.
Hmm... do we want to create a third image size just for the mod queue? It could be deleted after three days, but the question is I guess whether the cost of having sample images is disk space or CPU/memory time (i.e. storing them or making them).
By the way, the yellow background for posts tagged duplicate is nice, but maybe we should tie directly into piespy's tool? See if there are any matches in the 90-100% similarity range, for example, and color the background differently in such a case.