thimiraonline correct
Justoverclock Shall we change it in the extension also?
thimiraonline thx for the pr
Justoverclock thimiraonline thx for the pr
It's my pleasure bro. I have another idea. When shall we discuss that?
Justoverclock Welcomebox not handle dark mode
Can you please remove the !important class from the below
!important
body when (@config-dark-mode = true) { .textinfo { color:#fff } .backgrwb { background: fade(@primary-color, 10%) !important; } }
Having this declaration means it's impossible to override :-(
thimiraonline here or https://github.com/justoverclockl/flarum-ext-welcomebox/discussions/10
Justoverclock No, it's about a new feature. 😁
thimiraonline feel free to open an issue tagged as enhancement on GitHub 😉
Justoverclock I mean new extension. I have an idea for advanced user ranking. 🤣
thimiraonline oh in that case I need to open a discussion into feedback tag 🏷
[deleted] sure 😉
[deleted]
!Important removed
!Important
Justoverclock thanks
We are near to 500 download for this extension!! this post is to say thank you to all of you guys 🙂
Justoverclock That's because it's a great extension !!
Is there a way to get this to show on the tags page @Justoverclock ? At the minute this only seems to show on the "all discussions" page 🙂
katos yep you need to remove che css class, because many user ask to hide this on tags page (broke the layout)
Justoverclock Sorry for the newb question - which class are you referring to? 🙂
katos https://github.com/justoverclockl/flarum-ext-welcomebox/blob/0e02732d682840c8b10a71eaf557fd7cb314a134/resources/less/forum.less#L123-L132
But it seems like containerwbguest is just a leftover class. I believe this will work:
containerwbguest
.TagsPage-nav .containerwb { display: flex; }
Kylo Doesn't look to have done so, sadly.
Kylo
Found it:
.TagsPage-nav .containerwb { display: flex !important; }
Without the important, it fails - Thanks for the support as always @Kylo ! 🙂
katos I took a shot 🤷♂️