ArchBlood
ArchBlood
Although I do like the option here, couldn't we also do like many other developers do and create a collapsible tab on mobile view? From my experience and testing of...
> A collapsible tab is also a very good option. I think we need to balance both of them. > > * The dropdown navigation requires an additional click and...
> @ArchBlood thank you for the clarification. > > I would be fine with a dropdown at the end of the tab menu such as the one we have on...
Seems to be working for Japanese translations. 🤔 
As the error suggests you're not defining the path to your HumHub instance; e.g. `/path/to/humhub/protected/yii` must be **_your_** file path to the directory of `/protected/yii` which in your case it...
As for the screenshot shown it is the `cron/run` that is causing the error and it should be done similar to the `queue/run` for the path (i.e. `/usr/local/bin/php /home/randymed/public_html/protected/yii cron/run...
> The other part I feel like I need to improve with my humhub install, is the notifications. I have a dummy user I created to post replies, to my...
> Hello everyone, > I have the same problem, however, my crons are running correctly. However, the message in the humhub does not disappear. > What can I do? >...
@BackuPs seems to me that it isn't accepting `DateTime` properly, you could offset this by changing it to one of the following; ```php public function expiresAt(?DateTimeInterface $expiration): static { $this->expiresAt...
Why not just exclude the file list from the stream? 