New features: topic-thumbnails, board viewer-count, member ads

Showing thumbnails in showcase and featured section:

It picks the first image of the first post. Feel free to adjust your threads with this in mind.
N.B.: Members abusing this increased visibility (i.e. NSFW graphics or ads) will be perm-banned on the spot. Needless bumping your own thread will result in a warning.

Showing viewers browsing a specific board

Not really that interesting, but I saw IndieGamer do it, so…

Showing ads of games published by our own members

  • To see them: logout
  • On every page: one rectangle (160px) under [featured game] on right side of the page
  • On every topic: two banners (640px), interleaved in the messages/replies

If you have a finished game and a couple of banners, drop me a note and your ads will be served for free. You’ll get access to the ad-management interface that also shows statistics on how your ads are performing.

How do you set a thumbnail to your showcase post?

As always, thanks for taking the time to maintain JGO Riven :slight_smile:

I explained that in the post.

;D oops didn’t read carefully

Looks very nice :slight_smile: I like that the showcase/featured games section now looks a bit less like a forum and more like a portfolio.

Mike

Thanks! It’s still not ideal, bit I agree it’s better. I actually got the urge to browse the older topics :slight_smile:

Good work on ads and showcase thumbnails! 8)

Very cool feature indeed! :smiley:

However, I did notice that some of the topic images have been scaled poorly.
I guess the author can adjust their images accordingly, but in that case I’d be nice to know how the scaling works / what resolutions are the most optimal. :slight_smile:

  • Scarzzurs
  1. The image is scaled to a height of 128px.
  2. The width is scaled keeping the w/h ratio.
  3. The image width is cut off at 256px.

TLDR; to make the image fill the entire thumbnail: make the image twice as wide as it is high.

I think the thumbnails are brilliant!

But they might be a little more brilliant if they were scaled to either a height of 128px or a width of 256px, whichever gives the smaller result (so no cropping). And I’m not really a fan of the black borders down the sides of the images - unless there’s a reason why you want all the thumbnails to end up the same size.

Simon

very nice! at http://zfx.info we have some kind of pic dump on the main page. maybe you could add such a thing at the front page too. I think it motivates people to post pics.

Thumbnails with different widths looks really messy.

Regarding scaling width vs. height… it’s not like I have the dimensions of the images… the URL is all I’ve got, so I can’t really determine the best way to scale

… well, I could write some obscure javascript executed on img.onload – sigh

I agree, I already planned to add thumbnails to the sidebar - the code is ready, but I’m still messing with the layout.

Great with thumbnails in Showcase and Feauture section! I saw several games now that I had missed before.

There are limits to your power!? :o

There are limits to my powder. :cranky:

It looks really good!

These preview images make the affected forums almost unusable on mobile devices. Can it be disabled somewhere?

Now using HTML5 canvas to shrink the images ahead of time, instead of during reflow / scrolling.

Better? Works on my crappy Android phone.

Yes, it’s better now… :slight_smile: