[deleted] @tolgaaaltas
New menu and fixes for translations
composer update justoverclock/flarum-ext-welcomebox php flarum cache:clear
Justoverclock VERY nice. Thanks for this 🙂
uff, i forgot to translate the tooltip, so maybe next release will include this translatable....... -.-
edit: 1.2.4 released
Justoverclock Sorry about that, I don't know what I did wrong. 🙁
tolgaaaltas idk, seems to be correct but doesn't work 😉 no problem
Great extension. This seems to collide with the Blog Extension: https://discuss.flarum.org/d/25392-blog-adds-a-blog-section-to-your-community
achlys can u describe the problem and maybe post a screenshot?
I installed the blog extension and after this the welcome box. When activating the extension, the site didn't reload.
achlys can you provide any output from Flarum root/storage/logs ?
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.
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 🙂
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 ?
Justoverclock I'm sorry. Can you help me with a sample 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; }
Justoverclock
ddeeffw
THank you both of you ! 💗
thanks to @thimiraonline
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%);
@primarybgww:
Administration > Appearance
fade(#2cb474, 10%)
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.
thimiraonline oops 😆 done and tagged ### 1.2.6
for other changes, feel free to submit a pr 😉