Search found 156 matches

by rxu
Sat Jun 27, 2020 5:37 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

It's a syntax error in SQL query so not MySQL 8 specific. That's a blocker for 3.3.1 release I guess. Here https://github.com/phpbb/phpbb/blob/65065bf315dfd09e2a57288c783e2749a0277880/phpBB/includes/functions_posting.php#L121 'ORDER_BY' => 's.min_smiley_order', should be 'ORDER_BY' => 'min_smiley_or...
by rxu
Fri Jun 26, 2020 6:32 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#name-changes Also, as mentioned above, not all icons are available in regular type indeed. But for some of them you can play with font-weight: 400 / font-weight: 900 to get them rendered. F.e. the latter for fa-cube and bot...
by rxu
Wed Jun 24, 2020 5:41 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

Tastenplayer wrote: Wed Jun 24, 2020 5:39 pm But now it's suddenly true - for whatever reason.
That's a browser cache ;)
by rxu
Wed Jun 24, 2020 5:31 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

Tastenplayer wrote: Wed Jun 24, 2020 5:26 pm they no longer have a padding-right of 2px in the navbar
.icon does have the padding, see https://github.com/phpbb/phpbb/blob/650 ... ns.css#L25
by rxu
Wed Jun 24, 2020 2:47 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

There's no need to remove FA 4 as there's FA-provided backward compatibility layer which allows Prosilver to render FA 4 icons via FA 5. Or do you probably mean something else?
by rxu
Wed Jun 24, 2020 12:24 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

Tastenplayer wrote: Wed Jun 24, 2020 12:21 pm On the official font awesome page you can also find font awesome 6 written above, but nowhere 5
I guess that header is just an advertisement as all the content below links to the version 5.13.
by rxu
Wed Jun 24, 2020 8:52 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

phpBB 3.3.1 is shipped with FontAwesome v.5.13.0. The most recent for now is 5.13.1 though but it was released just a few days ago, see https://fontawesome.com/changelog/latest. FA 6 has not been released yet afaik as they're taking just preorders currently. FA 5 in phpBB is coming with free version...
by rxu
Mon Jun 22, 2020 5:25 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 347299

Re: phpBB 3.3.1-RC1 released

janus
Any details in PHP error log? Any chance that was caused by some extension?
by rxu
Wed Jun 17, 2020 8:41 am
Forum: [4.x] Discussion
Topic: Name of the new style
Replies: 45
Views: 238493

Re: Name of the new style

Call it whatever you want but just release it :)
by rxu
Fri Jun 12, 2020 7:07 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.10-RC2 released
Replies: 33
Views: 81488

Re: phpBB 3.2.10-RC2 released

kasimi wrote: Thu Jun 11, 2020 8:20 pm wildcard searches aren't working as expected.
That could be subject to particular .com Sphinx config, as described like here http://sphinxsearch.com/docs/current.ht ... prefix-len
But can't bet :)