- Edited
In FoF Linguist, some strings are displayed like this
In FoF Linguist, some strings are displayed like this
How can I open external links in a new tab?
Thanks for this great extension! But it would be nice to choose different targets (_self, _blank) for the urls.
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!
BTW is it compatible with Flarum 1.2.0?
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.
clarkwinkelmann yes I am still on 1.0 . That explains why it is not updated. So I need to
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.
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.
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.
fab
is intended for brand icons rather than generic icons.
You should be able to use fas fa-tag
and fas fa-store
/fas fa-shopping-basket
(I can't see a shop
icon on FontAwesome's website?)