phpBB 3.3.1-RC1 released

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.3.1-RC1 released

Post by RMcGirr83 »

Wasn't merged so wasn't fixed.
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.3.1-RC1 released

Post by 3Di »

RMcGirr83 wrote: Mon Jul 06, 2020 8:53 pm Wasn't merged so wasn't fixed.
I'm sorry, but what comment would that be?
3Di wrote: Mon Jul 06, 2020 8:42 pm That should be fixed (if merged) by https://github.com/phpbb/phpbb/pull/6017
I wanted to point out that we have worked on it and we hope it will be merged in this next release.
Thanks for pointing out something already known though.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.3.1-RC1 released

Post by RMcGirr83 »

You stated
That should be fixed (if merged)
I simply replied that it wasn't merged so it wasn't fixed.
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
Tastenplayer
Registered User
Posts: 40
Joined: Thu Dec 06, 2018 11:14 am
Contact:

Re: phpBB 3.3.1-RC1 released

Post by Tastenplayer »

One should not write anything more concerning the icons. But it's still abnormal. For example, if I now insert the icon far fa-trash-alt in navbar_footer.html, the icon fas fa-trash-alt or the fa-trash is still displayed.

So I have to configure this icon additionally in css so that it is displayed correctly.

Code: Select all

.icon.fa-trash-alt::before {
	content: '\f2ed';
	font-weight: normal;
}
A far icon is not a font-weight:900; icon, just a font-weight: normal; Icon. So it doesn't matter if I type far, fas, fab, fa in the html file - a fas or fa icon is always displayed.
This although it was actually coded extra in the font-awesome-min.css.

Code: Select all

.fab, .far {
    font-weight: 400;
}
Just a bottomless pit of this icon mixture!
fonticons.jpg
Is it possible that for .fab, .far should coded a font-weight: normal; instead of a font-weight:400;?
Be the best version of yourself rather than a bad copy of someone else!

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.3.1-RC1 released

Post by 3Di »

Tastenplayer wrote: Wed Jul 08, 2020 8:48 am One should not write anything more concerning the icons.
Yeah. ;)

I'm sure you'll find the solution to your problems if you ask in the style forums.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
Tastenplayer
Registered User
Posts: 40
Joined: Thu Dec 06, 2018 11:14 am
Contact:

Re: phpBB 3.3.1-RC1 released

Post by Tastenplayer »

The solution can be found, but it still shouldn't be :) .

Concerning the Stylechanges:
Because of these changes in the responsive.css

Code: Select all

@media (min-width: 701px) {
	.postbody {
		/** deduct postprofile width (including border width, margin and padding) and postbody margin and padding */
		width: calc(100% - 200px - 1px - 16px);
		margin-right: 16px;
	}

	.postprofile {
		width: 200px;
	}
}
The entry in the content.css concerning the width (width:22%;) is now superfluous (an exclamation mark is displayed in Firefox. If I delete this in prosilver it is still displayed correctly.)

Code: Select all

/* Poster profile block
----------------------------------------*/
.postprofile {
	margin: 5px 0 10px 0;
	min-height: 80px;
	border: 1px solid transparent;
	border-width: 0 0 0 1px;
	width: 22%;
	float: right;
	display: inline;
}
Display inline is automatically changed to display block by Firefox (round exclamation mark: try to insert display:block or remove float)

Edit 10.7.
Doesn't really bother anyone that some icons are now displaced in prosilver not at the height of the font!? So the trash, the login and the home icon. It just looks bad. In prosilver it is the least noticeable( look at the trash icon, it's the worst). But in some styles it looks terrible.
Be the best version of yourself rather than a bad copy of someone else!

User avatar
Kirk
Registered User
Posts: 15
Joined: Mon Dec 23, 2019 7:43 pm

Re: phpBB 3.3.1-RC1 released

Post by Kirk »

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 supporters.

User avatar
rxu
Registered User
Posts: 164
Joined: Tue Apr 04, 2006 4:28 pm
Contact:

Re: phpBB 3.3.1-RC1 released

Post by rxu »

Kirk wrote: Sun Jul 12, 2020 7:30 am Some icons look blurred, you have to adjust a lot.
Thats most likely a browser cache.
Image

User avatar
david63
Registered User
Posts: 355
Joined: Mon Feb 07, 2005 7:23 am

Re: phpBB 3.3.1-RC1 released

Post by david63 »

rxu wrote: Sun Jul 12, 2020 7:52 am
Kirk wrote: Sun Jul 12, 2020 7:30 am Some icons look blurred, you have to adjust a lot.
Thats most likely a browser cache.
Which I believe should be fixed in RC2
David
Remember: You only know what you know -
and you do not know what you do not know!

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.3.1-RC1 released

Post by 3Di »

Kirk wrote: Sun Jul 12, 2020 7:30 am There is a lot of work for supporters.
Example? Excluding FontAwesome, please... what else?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

Post Reply