• [deleted]

I am asking about this settings

    • [deleted]

    Please give an Settings option to show it on home only and hide for mobile devices.

      [deleted] could u try adding this to your custom css?

      @media screen and (max-width: 1026px) {
        .item-welcomeBox{
          display: none;
        }
      }
      @media (min-width: 768px) and (max-width: 991px) {
        .sideNav li.item-welcomeBox {
          display: none;
        }
      }

      Added in 0.1.6

      • [deleted]

      Back in old days, forums had date and time stamp (live clock) and weather widgets. I think this extension could incorporate this idea?

        [deleted] for date and time stamp there's no problem, but for weather widget i think i need help for someone more expert than me

        12 days later

        Justoverclock what is the latest version available?
        On GitHub I see 0.1.7 I have 0.1.3 but seems the version I have is the latest stable one, I cannot upgrade at the moment.

          Justoverclock I have a "small" issue with PHP, alerted my control panel team for resolve this issue but when I try to install latest version it say no update are available. Why? Is because of my PHP issue? I don't think. I see updates of other extensions... I updated one extension.

          composer require justoverclock/flarum-ext-welcomebox
          PHP Warning:  PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/local/apps/php74/ext/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/local/apps/php74/ext/sodium.so.so (/usr/local/apps/php74/ext/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
          Using version ^1.1 for justoverclock/flarum-ext-welcomebox
          ./composer.json has been updated
          Running composer update justoverclock/flarum-ext-welcomebox
          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
          87 packages you are using are looking for funding.
          Use the `composer fund` command to find out more!