uff, i forgot to translate the tooltip, so maybe next release will include this translatable....... -.-

edit: 1.2.4 released

I installed the blog extension and after this the welcome box.
When activating the extension, the site didn't reload.

    • [deleted]

    achlys can you provide any output from Flarum root/storage/logs ?

    Problem solved itself. Can be closed.

    when i disabled sign up and enabled welcomebox for guest, i can still see sign up button on welcome box, and i can't register with error permisstion denied.
    there should not be sign up button in this case.

      I' having a little issue here. See this -

      There's a white background in the dark mode which is not great for the dark mode. Any way to fix it ?

        ddeeffw i’ve created this extension to work with login button, but u can hide it with simple css

        ctupramod You can change the color with your own css 🙂

          ctupramod

          .backgrwb {
              background: #3482ad;
              box-shadow: none;
              border-radius: 4px;
              width: 190px;
              border: 1px solid rgba(136,192,208,0.48);
          }

          this is the css oh the box, u can change this according to your needs and put it into custom css (admin dashboard)

            ctupramod
            like this:

            // welcomebox
            .item-welcomeBox .backgrwb {
              background: #f0faff;
            }

            image

              24 days later

              Justoverclock Did you replace the @primarybgww: to theme color that we added through Administration > Appearance. I used fade(#2cb474, 10%) instead of linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(255,255,255,0) 100%);

              I think it's a better idea.

              @Justoverclock I have made a pull request to you. Please check it. I have removed the following styles which are not related to WelcomeBox.

              .TagLabel.colored .TagLabel-text {
              color: #fff !important;
              }
              .Button--primary {
              color: #fff;
              }

              Please merge the Pull request. Otherwise, your update will change Tag text color and Start discussion button text color to white.