Search found 17 matches

by Kirk
Fri May 17, 2024 11:50 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.12-RC1 released
Replies: 8
Views: 1103

Re: phpBB 3.3.12-RC1 released

It is in the prosilver/theme/content.css of 3.3.12-RC1 this is entered:

Code: Select all

table.fixed-width-table {

	table-layout: fixed;

}
The change has not yet been inserted.
I think 1.3em too big, better 1.1em
by Kirk
Fri May 17, 2024 7:37 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.12-RC1 released
Replies: 8
Views: 1103

Re: phpBB 3.3.12-RC1 released

Hi
Question, in the Prosilver changes in the content.css the following is entered:

table.fixed-width-table {

font-size: 1.3em;

}

In the content.css of 3.3.12-RC1 this is entered:

table.fixed-width-table {

table-layout: fixed;

}

What is correct now?
I have downloaded from package ...
by Kirk
Sun Oct 30, 2022 10:20 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.9-RC1 released
Replies: 11
Views: 48130

Re: phpBB 3.3.9-RC1 released

The update (manual method) went without problems, thanks team.
by Kirk
Sat Sep 11, 2021 5:30 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.5-RC1 released
Replies: 7
Views: 19505

Re: phpBB 3.3.5-RC1 released

The update (manual method) went without problems, thanks team.
The change in the overall_header.html would also have to be made in the simple_header.html.
This Bug still exists!
by Kirk
Sat Mar 20, 2021 5:31 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.4-RC1 released
Replies: 41
Views: 133894

Re: phpBB 3.3.4-RC1 released

Hi
The update (manual update with PHP 8) from 3.3.3 worked without any problems.
Before the update I had made this change.
by Kirk
Fri Jan 15, 2021 3:00 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.3-RC1 released
Replies: 11
Views: 63968

Re: phpBB 3.3.3-RC1 released

With this change it works, thanks Crizzo.
by Kirk
Fri Jan 15, 2021 2:51 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.3-RC1 released
Replies: 11
Views: 63968

Re: phpBB 3.3.3-RC1 released

Hi
I have installed phpBB 3.3.3-RC1, on ACP/General I get the following error message:
SQL ERROR [ mysqli ]

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-phpbb' at line 2 [1064]

SQL

SHOW TABLE STATUS FROM ...
by Kirk
Tue Jul 21, 2020 6:52 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.10-RC2 released
Replies: 33
Views: 88865

Re: phpBB 3.2.10-RC2 released

In the common.ccs this should also be removed.

Code: Select all

hr.divider {
	display: none;
}
by Kirk
Sun Jul 12, 2020 4:28 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398374

Re: phpBB 3.3.1-RC1 released

@rxu
In FF and IE 11 some icons (prosilver) look blurred, in Opera and Edge it looks good visually.

@david63
Thanks for the info

@3Di
I meant in relation to the FontAwesome icons in prosilver
by Kirk
Sun Jul 12, 2020 7:30 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398374

Re: phpBB 3.3.1-RC1 released

The update from 3.3.0 had worked without problems.
The ajax function when installing an extension was removed again, which is good if you have a small error in an extension, so you will be shown where this error is.
Some icons look blurred, you have to adjust a lot.
There is a lot of work for ...