- Edited
Justoverclock The Greeting block is not smooth .
the upper part
Justoverclock The Greeting block is not smooth .
the upper part
tyeca url of your website or screenshot? i cannot reproduce this on my side
i can't see problems here
Extension works quite well but on iOS with Safari the whole discussion list stays blank.
As soon as I turn off the extension, everything works just fine.
I can't really test it myself but a few users reported the error.
Tests done and it seems to work now. Thanks for the quick fix.
m4v3rick this is something wrong with your language pack i think, does not happen to me, try clear cache or disable/enable language pack again
Justoverclock this is something wrong with your language pack i think, does not happen to me, try clear cache or disable/enable language pack again
Cache was cleared.
I disabled and enabled the WelcomeBox now and at least for unregistered users it seems to work. Waiting for user confirmation though.
Update: user confirmed it's working. Thanks @Justoverclock
I am using the Wordpress integration which hides all of the Signup links in the standard Flarum configuration. However, when I activate the Welcomebox extension, the "Signup" button still appears.
This is what the Wordpress integration developer suggested:
"Maybe the Welcomebox extension can simply check whether registration is enabled on the forum before injecting registration links on the page."
Is this possible?
You can take a look at my forum at https://songcrafting.com/forum to see what I mean.
whisperwow sure is possible, I need to figure how and then I can implement this check
Justoverclock add a check for app.forum.attribute('allowSignUp')
:
if (app.forum.attribute('allowSignUp')) {
// Show signup button
} else {
// Show greyed out button or no button
}
That's how Flarum itself decides whether to show a button to open the signup modal
@whisperwow done in the new version, now signup button is hidden if 'allowsignup' is false.
Justoverclock Thank you!
Justoverclock Great job, thanks for doing this. Just installed it in our forum: https://forum.awesomealternatives.org/
BurungHantu thx this is one of my very first extension for flarum
BurungHantu Which extension are you using to create "Forum Statistics" widget?! It's looks useful