ArchBlood

Results 305 comments of ArchBlood

> Good point. > > Probably it's useful to have one "HumHub" entry and then a dialog to select: > > - Post -> Space/Profile > - Message -> Conversation...

Seems to me the following needs updated, note that I have not tested the modifications; https://github.com/humhub/tasks/blob/25c18da9ee5e061569067925f21b1ab3ffad1317/controllers/rest/TasksController.php#L50-L91 ### Modification ```php public function actionCreate($containerId) { $containerRecord = ContentContainer::findOne(['id' => $containerId]); if ($containerRecord...

I believe we should keep it open till a P/R is merged to fix the issue.

> @marc-farre Being on HTTP is technically impossible, this instance is served HTTPS-only. > > Given how the parameters are set (as described above), my understanding is that I have...

I like the idea of opening in a model box, could also make many things more mobile friendly in the long run, as it stands there are a lot of...

@luke- would it be alright to update this so that it is a module idea as @GreenMeteor has already done the work for admin management audit logs; ![Image](https://github.com/user-attachments/assets/348761ce-6cbb-4530-acce-f5a476ce68a4) ![Image](https://github.com/user-attachments/assets/6e10a1cf-23d6-44f7-902c-1f7f4bba96d9) ![Image](https://github.com/user-attachments/assets/e12519bb-f4bc-4fa7-bb0f-272f05f94997)...

> I like the idea of using the Custom Pages module for it, but the term "Pages" makes it unintuitive. If you search for a way to add some code,...

> @luke- I've tested this in `protected/config/common.php`: > > ``` > 'container' => [ > 'definitions' => [ > \humhub\modules\cfiles\models\File::class => [ > 'silentContentCreation' => true, > ], > \humhub\modules\gallery\models\Media::class...

> > Maybe it's like `class_exists()` where `::class` can't be used? > > @ArchBlood Thanks. But it should work with `::class` too, see this example: https://community.humhub.com/s/installation-and-setup/wiki/80/Configuration+Examples#hide-activity-box-on-given-space Did you make sure...

> > > Maybe it's like `class_exists()` where `::class` can't be used? > > > > > > @ArchBlood Thanks. But it should work with `::class` too, see this example:...