Justoverclock set as unlimited if is blank

Ah ok I see. But yeah I think by default if it's blank then it should just not auto close.

Thanks!

a month later
7 days later

One more thing:
I changed the title and the text for the post engagement inside the extension.
For the the main page

  • flarum-ext-guestengagement.forum.hello
  • flarum-ext-guestengagement.forum.uwillreceive

I used Linguist to translate but I couldn't find anything to change the button text "Sign Up".

    21 days later

    Justoverclock Can you add the banner function also for already registered users? I would like to use the extension to create a donation communication. Thank you.

    3 years later

    How to replace css classes? It simply does not accept changes.

    .engageboxps {
        color: #f4f5f5;
        background: #0b120f;
    }

      neercsys try to add !important

      .engageboxps {
      color: #f4f5f5 !important;
      background: #0b120f !important;
      }

      and clear cache