Page 1 of 1

phpBB3?

Posted: Thu Sep 09, 2010 6:28 am
by propjohn
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.

Re: phpBB3?

Posted: Thu Sep 09, 2010 9:50 am
by busonerd
Hey,

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

--David Carne

Re: phpBB3?

Posted: Thu Sep 09, 2010 10:46 am
by propjohn
Huh... so it is. Guess the theme has a bug then.

Re: phpBB3?

Posted: Fri Sep 10, 2010 8:27 am
by ben___
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.

Re: phpBB3?

Posted: Fri Sep 24, 2010 5:24 am
by ameyer
You could probably fix this easily in CSS by just having something like
Code: Select all
.postBody img{
	max-width: 100%;
}
Wont work in IE-6 :D - But I prefer it that way.

Re: phpBB3?

Posted: Mon Sep 27, 2010 6:06 pm
by noptical
Works fine here ,images are automatically resized to fit the window width. Your probably use a crappy browser. Get opera or firefox.