Sorry.... my fault, it 's composer remove itnt/flarum-uitab

Littlegolden :well,I do that you says just a minute ago
but
[root@cvm-3h5cg5k28a225 www.act-forum.cc]# composer remove itnt/uitab
itnt/uitab is not required in your composer.json and has not been removed
Package "itnt/uitab" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package flagrow/direct-links (locked at 0.1.0, required as 0.2.0) is satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
    Problem 2
  • itnt/flarum-uitab v0.1.1 requires flagrow/direct-links 0.1.0 -> satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
  • itnt/flarum-uitab v0.1.1 requires flagrow/direct-links 0.1.0 -> satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
  • itnt/flarum-uitab v0.1.1 requires flagrow/direct-links 0.1.0 -> satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
  • Installation request for itnt/flarum-uitab (locked at v0.1.1, required as 0.1.1) -> satisfiable by itnt/flarum-uitab[v0.1.1].

Littlegolden :well,I do that you says just a minute ago
but
[root@cvm-3h5cg5k28a225 www.act-forum.cc]# composer remove itnt/uitab
itnt/uitab is not required in your composer.json and has not been removed
Package "itnt/uitab" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package flagrow/direct-links (locked at 0.1.0, required as 0.2.0) is satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
    Problem 2
  • itnt/flarum-uitab v0.1.1 requires flagrow/direct-links 0.1.0 -> satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
  • itnt/flarum-uitab v0.1.1 requires flagrow/direct-links 0.1.0 -> satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
  • itnt/flarum-uitab v0.1.1 requires flagrow/direct-links 0.1.0 -> satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.
  • Installation request for itnt/flarum-uitab (locked at v0.1.1, required as 0.1.1) -> satisfiable by itnt/flarum-uitab[v0.1.1].

    ink My fault... It's composer remove itnt/flarum-uitab , not itnt/uitab. Excuse me for my bad memory...

    • ink replied to this.

      Littlegolden [root@cvm-3h5cg5k28a225 www.act-forum.cc]# composer remove itnt/flarum-uitab
      Dependency "flagrow/direct-links" is also a root requirement, but is not explicitly whitelisted. Ignoring.
      Dependency "flarum/core" is also a root requirement, but is not explicitly whitelisted. Ignoring.
      Loading composer repositories with package information
      Updating dependencies (including require-dev)
      Your requirements could not be resolved to an installable set of packages.

      Problem 1
      - The requested package flagrow/direct-links (locked at 0.1.0, required as 0.2.0) is satisfiable by flagrow/direct-links[0.1.0] but these conflict with your requirements or minimum-stability.

      Removal failed, reverting ./composer.json to its original content.
      🤣

        ink Well, use SSH or FTP to go to the server Flarum installation directory. Open composer.json and find "itnt/flarum-uitab" and delete this line. Then execute composer update.

        好吧,那这样吧。。 🤣 使用 SSH 或 FTP 进入服务器 Flarum 安装目录。
        打开 composer.json ,在 "require": {} 字段里,找到 "itnt/flarum-uitab": "^0.1.1", 删除这一行。
        找到 "flagrow/direct-links": "^0.2.0", 确保您的文件里此行后面的版本号是 ^0.2.0,如果不是,就改成 ^0.2.0
        然后执行 composer update

        最后 composer require itnt/flarum-uitab

        hrvoje_hr Currently it is a static button, I am learning related knowledge, and I hope that I can achieve the effect you want in the future. If there is a developer who can do this now, I would be willing to let him/her host this extension~

        Hello friends! I have why the not works button "edit" is leading on nonexistent page

          nexromant I have why the not works button "edit" is leading on nonexistent page

          This is strange, I think this question needs to ask the developers of direct links. You can try to turn off my extension and see if the url is available or not.

          nexromant only to registered users......guests except for the "home" and "tags"

          OK, I have added then to future plans, but I may not have much time to improve this extension in the next one or two months.

            I don't really like the 'border-line' (orange in my case):

            It shows up by touching the icon

              Littlegolden

              This is strange, I think this question needs to ask the developers of direct links.

              Included the extension Flagrow Direct Links - earned))) thank you

                robinodds This is the default effect of the <a> tag. You can temporarily remove this effect using the following custom css code. In addition, it is recommended that you add a second piece of css code to give visual feedback when the button is pressed.

                It is not very convenient to modify this effect on the extension at the moment, please give me some time and I will solve this problem in the next major version update.

                Hide <a> tag yellow/blue highlight effect ↓

                .mobile-app-icon-bar a{
                    -webkit-tap-highlight-color:rgba(0,0,0,0);
                    -webkit-user-select: none;
                    -moz-user-focus: none;
                    -moz-user-select: none;
                }
                .mobile-app-icon-bar a:focus, .buttonstyle:focus{outline: none;}

                Add button pressed effect ↓

                .mobile-app-icon-bar .buttonstyle:active{
                    background: #5a5a5a; /* Change this color to whatever your like */
                }

                @Littlegolden me again.

                When MUT Ext is enabled, standard read posts font color is darker than usual:

                【DISABLED】


                【ENABLED】


                And this confilcts with Night Mode (dark font on dark background)