In FoF Linguist, some strings are displayed like this

    Forhack

    Try clearing cache? If you see the English text correctly, it's more likely a bug with Linguist.

      davwheat cache cleared, english text is missing in the field, the same characters are displayed

      20 days later
      18 days later

      Thanks for this great extension! But it would be nice to choose different targets (_self, _blank) for the urls.

        dsiekiera

        Thanks for the suggestion! It's not on my list of priorities at the moment, so I doubt I'll get round to it any time soon, unfortunately, unless someone is willing to sponsor the feature.

          2 months later

          Interesting it is not updating with composer update davwheat/custom-sidenav-links
          It stays on v 1.0.0

          This is what it writes when I try to update

          ubuntu:/var/www/html/flarum$ composer update davwheat/custom-sidenav-links
          Loading composer repositories with package information
          Updating dependencies
          Nothing to modify in lock file
          Installing dependencies from lock file (including require-dev)
          Nothing to install, update or remove
          Generating autoload files
          82 packages you are using are looking for funding.
          Use the `composer fund` command to find out more!

            almalino what's your Flarum version?

            I see 1.0.1 is only compatible with Flarum 1.1 and up. So maybe you are still on 1.0 and that's why Composer doesn't update the package?

            You can also check which version is listed in your composer.json. Maybe a specific version was hard-coded. You can set the version to *

            Or you can use the require command again to force Composer to re-compute the latest version in a different way.

            You can assume every extension is compatible with Flarum 1.2. Very few extensions will experience breaking changes.

              almalino This extension is compatible. Because I am using this extension and while it was installed I ran the update command. No problem occurred

                clarkwinkelmann yes I am still on 1.0 . That explains why it is not updated. So I need to

                • disable extension
                • upgrade flarum to 1.2
                • upgrade extension to 1.0.1
                • enable extension. Right?

                  almalino when you update Flarum with the official commands, it will also update extensions.

                  You don't absolutely need to disable the extensions during Flarum update. It's safer to do so, but not required.

                  The most important is to make a backup in case the update goes wrong.

                  4 months later

                  Hey guys! tell me what could be the problem with this extension? when I installed it using composer everything went well, but the extension did not appear in the admin panel.

                    Umutcan This extension is compatible. Because I am using this extension and while it was installed I ran the update command. No problem occurred

                    mix0nSPb I don't know if this right, but see the post from Umutcan 😃

                    7 days later

                    I am trying to add some more links but none of the icons I have tried recently are showing up. I have tried:

                    fab fa-shop
                    fab fa-tag

                    I cant get any to work.

                      davwheat ooo interesting. Didn't know that about the fab vs fas tag.

                      I think the search is janky on their website sometimes. I see the shop:

                      shop

                      And it still didnt work with fas

                      But I did get a campground one to work so go figure lol

                        MikeJones You are looking for fas fa-store-alt, the Font Awesome website now defaults to FA 6, Flarum currently uses FA 5, don't forget to select it from here to get the correct tags.

                          4 months later

                          davwheat nice one!
                          It doesn't seem to make a difference if I select above or below. can this be put under the tags as noted in the screenshot above? That would be great! Thanks for this extension!