phpBB3?

Hi. I’ve noticed that you guys are running phpBB2 which… well to put it kindly, has a few security issues. Not to mention that phpBB3 has vastly improved administration capabilities.

But that’s not what I’m after :mrgreen: Ever get interested in a thread [like [this] one that you need to constantly sidescroll to read? That’s due to the size of the image. PhpBB3 refactored the rendering code so that only the wide posts exceed the width of the browser window. The rest are nicely readable without having to sidescroll.](Gyroscopes and the vibration problem - SparkFun Electronics Forum)

Hey,

The board is in fact running PHPBB3 - just with a theme that looks sorta like PHPBB2.

–David Carne

Huh… so it is. Guess the theme has a bug then.

Hey All,

Dave is right we’re definitely not running phpbb2. I’ll look around and see if I can’t fix the image issues.

You could probably fix this easily in CSS by just having something like

.postBody img{
	max-width: 100%;
}

Wont work in IE-6 :smiley: - But I prefer it that way.

Works fine here ,images are automatically resized to fit the window width. Your probably use a crappy browser. Get opera or firefox.