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!
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!
Fix and improvements! Thx to @davwheat
Works great! Keep building these awesome extensions .
m4v3rick thanks!! i appreciate your words
One more thing:
I changed the title and the text for the post engagement inside the extension.
For the the main page
I used Linguist to translate but I couldn't find anything to change the button text "Sign Up".
m4v3rick that's because he is using Flarum core's translation key for this text (core.forum.header.sign_up_link)
m4v3rick I will change this tomorrow
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.
That could be a good feauture
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