Blomstra Font Awesome 6
0.1.1
- Fixes compatibility issue caused by
URLGenerator
being resolved too early (thanks @clarkwinkelmann, @Darkle)
Updating
composer update blomstra/fontawesome:"*"
php flarum cache:clear
php flarum assets:publish
PHP7.4
Composer version 2.0.14
[InvalidArgumentException]
Package blomstra/fontawesome at version * has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version
- Edited
0.1.3
- fix an issue where double slashes were generated within the preload assets url blomstra/flarum-ext-fontawesome3
Updating
composer require blomstra/fontawesome:"*"
php flarum cache:clear
php flarum assets:publish
Just a curious thing, why do you think the search icon goes up a bit? it seems that removing line-height: 1;
from that particular icon fixes it.
IanM This is the reason I will not be using this extension anymore as I have extensions that use FA 5 icons.
This is backwards compatible with FA5, so everything will still work.
davwheat Yes, but some of the icons seem to have disappeared (example: Polls icon).
VidhunNagarajan Some extensions use an even older class that is not compatible with FA 6, for Polls in particular there is a PR (FriendsOfFlarum/polls59), so this will be fixed soon.
- Edited
Is discuss.flarum.org now using Fontawesome 6? Because discuss.flarum.org icons is different
- Edited
something went wrong after I turned on this extension
it's expected to be like this
- Edited
This is because Michael Belgium's discussion views extension doesn't use the icon()
helper provided by Flarum.
The icon is shown using CSS instead and is hardcoded.
You could use https://github.com/flarumite/simple-discussion-views instead, but it has fewer features.
davwheat could use https://github.com/flarumite/simple-discussion-views instead
I failed to install this ,with some warnings like : "but it does not match your minimum-stability "