ArchBlood
ArchBlood
> If we extend `UserSearchResult` from `Object` and use `Yii::configure()` here, https://github.com/humhub/humhub/blob/develop/protected/humhub/modules/user/search/UserSearchProvider.php#L72 > > the module could replace the `SearchResult` class, extend it and implement an own `getTitle()` method. >...
> @luke- > > > What do you think? > > ``` > > 'container' => [ > > 'definitions' => [ > > \humhub\modules\user\search\SearchRecord::class => ['class' => \custom\SearchRecord] >...
What about `canBlock` or `canCreate`?
Not tested; ### Example Controller; ```php
The issue is more of a probably with the UI, see https://github.com/humhub/polls/issues/73 for the quick solution to the problem.
> Ok, I am on Android 13. (It works the same on any browser or app.) https://github.com/humhub/humhub/assets/84990763/b6c6febb-baeb-48f2-9816-3aec1304d21e > > But I still would recommend to move the Prosemirror toolbar to...
I think this isn't a bad idea, but I think it would be a nifty idea to do something similar to the [Katex](https://github.com/humhub-contrib/katex) module for this.
> @ArchBlood Thanks for joining the discussion! I do not know the Katex module. How is it installed in Humhub? Is this an official plugin? > > Why do you...
> Sounds promising! Especially the possibility to use database migrations when activating and deactivation a module sounds good. > > If I understand it correctly, the Katex module only renders...
> Good question. Unfortunately, I can't estimate how complex it is to make the Markdown features pluggable. > This is currently not possible and would have to be planned and...