phpBB 3.3.1-RC1 released
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.
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.
Re: phpBB 3.3.1-RC1 released
Wasn't merged so wasn't fixed.
Do not hire Christian Bullock he won't finish the job and will keep your money
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.3.1-RC1 released
I'm sorry, but what comment would that be?
I wanted to point out that we have worked on it and we hope it will be merged in this next release.3Di wrote: Mon Jul 06, 2020 8:42 pm That should be fixed (if merged) by https://github.com/phpbb/phpbb/pull/6017
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
🚀 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
Re: phpBB 3.3.1-RC1 released
You stated
I simply replied that it wasn't merged so it wasn't fixed.That should be fixed (if merged)
Do not hire Christian Bullock he won't finish the job and will keep your money
- Tastenplayer
- Registered User
- Posts: 40
- Joined: Thu Dec 06, 2018 11:14 am
- Contact:
Re: phpBB 3.3.1-RC1 released
One should not write anything more concerning the icons. But it's still abnormal. For example, if I now insert the
So I have to configure this icon additionally in css so that it is displayed correctly.
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.
Just a bottomless pit of this icon mixture!
Is it possible that for
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;
}
This although it was actually coded extra in the font-awesome-min.css.
Code: Select all
.fab, .far {
font-weight: 400;
}
.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!
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.3.1-RC1 released
Yeah.Tastenplayer wrote: Wed Jul 08, 2020 8:48 am One should not write anything more concerning the icons.
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
🚀 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
- Tastenplayer
- Registered User
- Posts: 40
- Joined: Thu Dec 06, 2018 11:14 am
- Contact:
Re: phpBB 3.3.1-RC1 released
The solution can be found, but it still shouldn't be .
Concerning the Stylechanges:
Because of these changes in the responsive.css
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.)
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.
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;
}
}
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;
}
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!
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 supporters.
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.
Re: phpBB 3.3.1-RC1 released
Thats most likely a browser cache.
Re: phpBB 3.3.1-RC1 released
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!
Remember: You only know what you know -
and you do not know what you do not know!
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.3.1-RC1 released
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
🚀 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