Search found 160 matches

by rxu
Wed Jul 08, 2020 11:59 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.10-RC2 released
Replies: 33
Views: 88865

Re: phpBB 3.2.10-RC2 released

welshpaul
Normally you shouldn't get deprecation warnings on production board because of the error reporting level used for phpBB:

Code: Select all

// Report all errors, except notices and deprecation messages
$level = E_ALL & ~E_NOTICE & ~E_DEPRECATED;
error_reporting($level);
Why are you getting it?
by rxu
Tue Jun 30, 2020 1:00 pm
Forum: [4.x] Style Development
Topic: Iconify
Replies: 13
Views: 72597

Re: phpBB 3.3.1-RC1 released

There's no need in SQL to run anywhere but this change to fix the issue https://github.com/phpbb/phpbb/pull/601 ... 6b6d831a85
by rxu
Sat Jun 27, 2020 10:22 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398370

Re: phpBB 3.3.1-RC1 released

Tastenplayer wrote: Sat Jun 27, 2020 9:55 am Yes but apparently an additional code/link in the overall_header is needed to display the new version 5 icons inserted in a css.
What style is it about and is there a place where one can see the current code causing issues?
by rxu
Sat Jun 27, 2020 5:52 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398370

Re: phpBB 3.3.1-RC1 released

Because this error was added later ;)
by rxu
Sat Jun 27, 2020 5:37 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398370

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 ...
by rxu
Fri Jun 26, 2020 6:32 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398370

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 ...
by rxu
Wed Jun 24, 2020 5:41 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398370

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: 398370

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: 398370

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: 398370

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.