[deleted]
Justoverclock VERY nice. Thanks for this
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/33038-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
?
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.
Justoverclock I'm sorry. Can you help me with a sample CSS ?
.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)
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.
thimiraonline oops done and tagged ### 1.2.6
for other changes, feel free to submit a pr