Sure.

.item-link1 {
    font-weight: bold;
}

    Pollux Thank you. One last question is it possible to change color of the text i tried

    .item-link1 {
    font-weight: bold;
    color: Red;
    }

    but it didn't work.

    The <a> element inside the <li> element with class item-link1 has its own color, so you have to override that:

    .item-link1 {
        font-weight: bold;
    }
    .item-link1 a {
        color: red;
    }

    or shorter:

    .item-link1 a {
        font-weight: bold;
        color: red;
    }
    6 days later

    ewenharrison same for me too. It happens on Safari for Mac also.

    @sijad would you mind looking into this? On desktop, links are ordered left to right (Link 1, Link 2, Link 3). On some mobile browsers, like iOS Safari and Safari for Mac in mobile resolution, the links are ordered from bottom to top.

    i.e.
    Link 3
    Link 2
    Link 1

      mudjunky yes I can reproduce this, I'm not sure how did I miss this bug, would you mind open an issue in github?

        It's a normal that activation takes 2/3 minutes and a red error that prevents re-opening the admin area?

        however, it is turned on and works! ?

          ewenharrison mudjunky this should be fixed in upstream version, could you please give it a try?

          wblz it does not seems normal, next time post error message please.

            4 days later
            3 months later

            An even more fitting approach would be if each link could be associated with the user groups that are already defined within Flarum. That way you could have different links for e.g. newbies, advanced users, mods etc.

            4 days later

            Not working for me, I have a loading page error :c

            I'm using version 0.1.0-beta.7

              Penkie Remove your browser cache and also use this command to remove Flarum cache

              php flarum cache:clear

              Try this, it should fix the issue as I am also using this extension and it's working just fine.

              7 months later

              Feature: Android Available Link.
              View a link from menu only from android or ios device.

                4 days later

                Kryonoglou What's the purpose ?

                You could simply hide the link with a query string matching non-mobile clients (if the intent is to show on mobile only)

                Or use a separate script/extension to detect device and add matching classes to body, then use CSS to hide the link unless the body has the class(es) matching the devices/operating systems you want ?

                  2 months later

                  update 0.1.0-beta.7.2 reinstall
                  this error

                  composer require sijad/flarum-ext-links
                  Do not run Composer as root/super user! See https://getcomposer.org/root for details
                  Using version ^0.1.0@beta for sijad/flarum-ext-links
                  ./composer.json has been updated
                  Loading composer repositories with package information
                  Updating dependencies (including require-dev)
                    - Installing sijad/flarum-ext-links (0.1.0-beta.6)
                  
                  Installation failed, reverting ./composer.json to its original content.
                  The following exception is caused by a lack of memory or swap, or not having swap configured
                  Check https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors for details
                  
                  PHP Warning:  proc_open(): fork failed - Cannot allocate memory in /usr/share/php/Symfony/Component/Console/Application.php on line 954
                  
                  Warning: proc_open(): fork failed - Cannot allocate memory in /usr/share/php/Symfony/Component/Console/Application.php on line 954
                  
                    [ErrorException]
                    proc_open(): fork failed - Cannot allocate memory
                  
                  
                  require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packages>]...

                    atarashi The following exception is caused by a lack of memory or swap, or not having swap configured

                    You are running without enough memory. Either free up some memory, or create a swap file as suggested. You may need to speak to your host, or reference any resources they provide, to accomplish this.