if u prefer i can make something like this:
i have a working version with:
@tolgaaaltas like this is minimal i suppose
Justoverclock This is better, thank you for your hard-working.
tolgaaaltas ok, i will release this tomorrow i think 🙂
Justoverclock The latest release of this extension seems to replace "Profile" with "core.ref.profile_button" - see below
I've downgraded to 1.2.1 as a result to clear the error.
[deleted] oh is the PR from @tolgaaaltas , i will fix this tomorrow
[deleted] @tolgaaaltas
New menu and fixes for translations
composer update justoverclock/flarum-ext-welcomebox php flarum cache:clear
Justoverclock Sorry about that, I don't know what I did wrong. 🙁
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
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 ! 💗