Page 1 of 1

Forum upgraded to phpBB 3.1

Posted: Sat Jun 11, 2016 9:16 pm
by JTN
Hopefully the differences from 3.0 should be minor/good.

There were a few add-ons that I didn't install new versions of, but not anything I think people will run into.

Re: Forum upgraded to phpBB 3.1

Posted: Sun Jun 12, 2016 1:13 am
by dunnoob
Their favicon-recipe, maybe rename the suggested freeciv-client.ico or start with the hilarious 16x16 favicon.ico, or roll your own from what you see in patch #7249 and patch #7072.

Re: Forum upgraded to phpBB 3.1

Posted: Sun Jun 12, 2016 7:28 am
by Alien Valkyrie
Welp, it doesn't use the full screen width anymore. I'm not a CSS wizard, so I have no idea how to fix that, but in time I'll have probably gotten used to it anyway.

Re: Forum upgraded to phpBB 3.1

Posted: Sun Jun 12, 2016 10:40 am
by dunnoob
Caedo wrote:Welp, it doesn't use the full screen width anymore. I'm not a CSS wizard, so I have no idea how to fix that
Same here, but Chrome's inspect element is a wizard: If I go to the #wrap stuff in forum.freeciv.org/f/styles/prosilver/theme/common.css there is a suspicious max-width: 1152px; followed by some logic to get a margin: 0 12px; up to a max-width: 1220px.

With my usual zoom 125% or 150% and a total width 1600px (browser window is smaller) I didn't see anything unusual. With zoom 100% it sucks, the computed margins are 0 125px (right + left, the 0 is for bottom + top). If I "hack" the 1152px to get 1600px and insert a margin: 0 20px; in the same #wrap block (to get something like the following 0 12px) it looks better.

Update: Known problem