[deleted] can u provide a screenshot?
WelcomeBox
[deleted] what settings would you like?
[deleted]
Please give an Settings option to show it on home only and hide for mobile devices.
- Edited
[deleted] could u try adding this to your custom css?
@media screen and (max-width: 1026px) {
.item-welcomeBox{
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sideNav li.item-welcomeBox {
display: none;
}
}
Added in 0.1.6
[deleted]
Back in old days, forums had date and time stamp (live clock) and weather widgets. I think this extension could incorporate this idea?
[deleted] for date and time stamp there's no problem, but for weather widget i think i need help for someone more expert than me
[deleted] i'm working on a new version (probably i will keep this extension alive and make a new one)
with date, day, and actual time
Justoverclock Amazing, I like this currently extension is no to much invasive. For the new will see but I like this one. Great extension, thank you!
[deleted]
Justoverclock wow!
Justoverclock will be possible enable / disable this for guest?
Justoverclock what is the latest version available?
On GitHub I see 0.1.7 I have 0.1.3 but seems the version I have is the latest stable one, I cannot upgrade at the moment.
peopleinside for now i've added the guest box, now i'm workin on a enable/disable feauture as per your request
so i'm waiting to publicize here the update
Justoverclock mmmm I'm subscribed in GitHub so I get an email when a release is released and that's why I ask. Usually I'm able to update when I get notification on GitHub
peopleinside anyway the latest stable is 0.1.7, if u want u can upgrade, but u cant enable disable the guest view
- Edited
Justoverclock I have a "small" issue with PHP, alerted my control panel team for resolve this issue but when I try to install latest version it say no update are available. Why? Is because of my PHP issue? I don't think. I see updates of other extensions... I updated one extension.
composer require justoverclock/flarum-ext-welcomebox
PHP Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/local/apps/php74/ext/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/local/apps/php74/ext/sodium.so.so (/usr/local/apps/php74/ext/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Using version ^1.1 for justoverclock/flarum-ext-welcomebox
./composer.json has been updated
Running composer update justoverclock/flarum-ext-welcomebox
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
87 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
peopleinside is really strange....packagist doesn't read the tag version.....
@luceos any advice on this?