Anyone knows why after an update to Flarum 1.1 this suddenly adds a lot of space between the FA icon and the link text? Was difficult enough to fit the links without breaking the searchbox, but now it became even more difficult.

2 months later

The default URL(https://forum.a.com) of the forum logo is the forum itself's url like Home link of the forum. I want to provide a separate new link for the forum itself's url like Home link of forum by this extension, not pressing a forum logo. Instead, when a user press the logo of forum, I want to make a user move other URL like a root domain(https://a.com). Can I make it by this extension? Thanks.

    comseong no, this extension only allows adding new links.

    There's also something special about the logo link that can't be replicated with this extension. When you go back to homepage via logo (and don't use Pusher), it refreshes user notifications and flags. This wouldn't happen when using a custom link.

    19 days later

    All links visible only to visitors are not displayed after refreshing in the admin panel, but are visible on the forum. This must be a bug.

    12 days later

    zmih What isn't working? Can you clarify what the issue is?

    11 days later

    links are overwritten on the forum logo. how can we slide to the right these links?

    4 days later

    Please change "link-url" input id type "url" to "text". It's may be helps some Flarum users. I cannot set target without using "http://" or "https://". Is possible with editing database or changing input type manually with browser console.

    My usage:

      18 days later

      Hi FoF 😉

      Could we in addition to the above proposal have the possibility to choose the group that can see the link please?

      Thanks 🌷

      8 days later
      2 months later

      1.1.0

      Updating
      composer require fof/links:"*"
      php flarum cache:clear

        IanM
        Hi,Sir
        I can't upgrade, stuck at 1.0.3

        Reading /www/wwwroot/flarum/vendor/composer/installed.json
        Running composer update fof/links
        Reading ./composer.lock (/www/wwwroot/flarum/composer.lock)
        Loading composer repositories with package information
        Reading /root/.cache/composer/repo/https---repo.packagist.org/packages.json from cache
        Downloading https://repo.packagist.org/packages.json if modified
        [304] https://repo.packagist.org/packages.json
        Downloading https://repo.packagist.org/p2/psr/http-message-implementation.json
        Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-fof~links.json from cache
        Downloading https://repo.packagist.org/p2/fof/links.json if modified
        [404] https://repo.packagist.org/p2/psr/http-message-implementation.json
        [304] https://repo.packagist.org/p2/fof/links.json
        Found 303 package versions referenced in your dependency graph. 12 (4%) were optimized away.
        Updating dependencies
        Generating rules
        Resolving dependencies through SAT
        Looking at all rules.
        
        Dependency resolution completed in 0.001 seconds
        Analyzed 291 packages to resolve dependencies
        Analyzed 725 rules to resolve dependencies
        Nothing to modify in lock file
        Installing dependencies from lock file (including require-dev)
        > pre-operations-exec: Composer\Command\RequireCommand->markSolverComplete
        Nothing to install, update or remove
        Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
        Generating autoload files
        114 packages you are using are looking for funding.
        Use the `composer fund` command to find out more!
        BT-Exec-Completed

          Subarist edit your composer.json file in your root folder,. Make the version there for fof/link have a wildcard * instead of a specific version.
          Do same for every other extension if you always want to be on the most compatible up to date version

            Ffuser1
            tks,It's already "*", maybe I'm missing something else

                    "fof/cookie-consent": "^1.0",
                    "fof/drafts": "*",
                    "fof/formatting": "^1.0",
                    "fof/links": "*",
                    "fof/merge-discussions": "^1.2",
                    "fof/nightmode": "*",
                    "fof/oauth": "*",
            • Hari replied to this.

              Subarist

              As noted in the announcement post IanM

              composer require fof/links:"*"
              php flarum cache:clear

                Why isn't this update appearing in the Mercury plugin? Latest version is still 1.0.3 there. As a side note, I don't see the User Directory plugin listed there at all, why is that?

                Hmm, I also can't update, it says Nothing to install, update or remove

                  CyberGene try composer why-not fof/links:1.1.0

                  I assume your core version is too old?

                  IanM
                  I'm pretty sure I'm following instructions, simply copy and paste.
                  I also tried to uninstall and then reinstall.
                  Still get 1.0.3
                  By the way, user-bio/user-directory is upgraded normally

                  [opc@instance20220311042805 flarum]$ sudo composer why-not fof/links:1.1.0
                  Do not run Composer as root/super user! See https://getcomposer.org/root for details
                  Continue as root/super user [yes]? y

                  [Symfony\Component\Console\Exception\RuntimeException]
                  Not enough arguments (missing: "version").


                  prohibits [-r|--recursive] [-t|--tree] [--] <package> <version>

                  Hari I tried it, same result