Gilbertdelyon
Gilbertdelyon
"Snippet" == "a small piece or brief extract." In french translation: "Snippet" == "Extrait", and back to english: "Extrait"== "Extract" Perfect ! But also very confusing. **When I was in...
I am adding some custom pages with tutorials/memos and other useful items for site administration and I realize the followings. For a new page we can select : Main menu...
I am a fan of" Custom page" . Very powerful module. I use to code complex models with html+css+js. **Problem:** not enough space in input text. It's a pain, I...
**Custom page settings:** Custom pages in stream are ordered by creation date. It would be nice to add an order input in "stream option" settings, or at least to be...
I use Trumbowyg to build email body. It works! Issue; Base64 images are not displayed in gmail. This is a well known issue. Is there a workaround?
I am using Trumbowyg in HumHub, (based on Yii). It works ! **Small issue:** In some cases, when I leave the form page where Trombowyg is used, the `` is...
I a custom module I have a form with **RichtextField** thanks to this piece of code `$form->field($model, 'mytext')->widget(RichTextField::class, [ 'pluginOptions' => ['maxHeight' => '600px', 'id'=>'mytext','exclude' => ['oembed', 'upload'] ]]);` It...
Thanks to `streamExcludes` in `common.php` new files and new images are excluded from the stream, So far so good... ... but notifications are still there. Recently one of our member...
When you add some custom fields in user profile form, you can group them in categories. Each category has a "description" field. As far as I can see, this field...
See this thread [https://github.com/humhub/humhub/issues/6995](https://github.com/humhub/humhub/issues/6995) In a custom module I would like users not adding images in a Richtextfield I can remove the 'upload' button from the menu, but you can...