[deleted] Ffuser1 Yes, I've noticed this also. Doesn't look right - especially when like me, you've set # in the database so it's just a placeholder and not an actual link.
Ffuser1 Can you raise a github issue, please. Probably the team will take a look at it; our suggestion here may be lost in comments.
IanM 1.0.3 Add support for label links FriendsOfFlarum/links44 This was a sponsored update by an anonymous client Updating composer require fof/links:"*" php flarum cache:clear
poVoq 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.
comseong 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.
clarkwinkelmann 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.
Silverteal 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.
HasanMerkit 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:
bryx Hi FoF 😉 Could we in addition to the above proposal have the possibility to choose the group that can see the link please? Thanks 🌷
IanM 1.1.0 Performance improvements FriendsOfFlarum/links46 Recompile js assets with webpack5 Updating composer require fof/links:"*" php flarum cache:clear
Subarist 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
IanM Subarist As noted in the announcement post IanM composer require fof/links:"*" php flarum cache:clear
Ffuser1 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
Subarist 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": "*",