5 days later

0.1.2

  • Resolve assets URL from filesystem disk instead of UrlGenerator (@SychO)

Updating

composer update blomstra/fontawesome:"*"
php flarum cache:clear
php flarum assets:publish

0.1.3

Updating
composer require blomstra/fontawesome:"*"
php flarum cache:clear
php flarum assets:publish
5 days later

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.

2 months later

Is discuss.flarum.org now using Fontawesome 6? Because discuss.flarum.org icons is different

    something went wrong after I turned on this extension
    1665560119841.png

    it's expected to be like this
    1665560212482.png

      essesoul

      You need to remove michaelbelgium's extension first.

      composer remove michaelbelgium/flarum-discussion-views
        a month later

        0.1.5

        • Fix search field icon vertically misaligned

        Updating

        composer require blomstra/fontawesome:"*"
        php flarum cache:clear
        php flarum assets:publish
        2 months later

        Hi there!
        Today I'm on a thread bumping frenzy...

        When I activate Blomstra Font Awesome 6 (free) it works well in tags.
        But somehow the icon for FriendsOfFlarum Custom Footer turns into a square (not displaying icon).

        When turning off FA 6, it returns.

        Any idea as of how to troubleshoot?

        I have updated all extensions and ran
        php flarum migrate && php flarum cache:clear
        and php flarum assets:publish

        Disabled/re-enabled both the footer and the icon extensions and cleared cache in admin-panel.

          FullThrottle83 I can only assume that extension uses an icon from FA 4; if you have a paid FA account you can possibly enable legacy mode to solve it. Otherwise that extension probably needs a PR to fix the icon.