Julian Harrer
Julian Harrer
You are right in the case of profile fields, you could/should use the message overwrite/configuration mechanism. As fallback for cases without direct module relation you should be able to use...
Can we add this behavior for non module message files @luke- ?
This could be prevented by not directly calling `$module->settingXY`, but rather something like: `$module->getSetting('settingXY')` We could implement a fallback for `$module->settings->get('settingXY')`: - First search in the settings table - Check...
The same applies to functions.
Related: https://github.com/humhub/humhub/issues/4364
There already should be an unsubscribe link preset, which links to your mailsettings.
Thanks for the suggestion, this issue is rather aimed for core features, but good point.
On the frontend this should he possible with jquery ui, on the backend there should be a helper model available for sorting. I'll add some examples from other modules soon....
Can't we somehow just delay mobile and mail notification no matter if the user is online or not and just sent them seperately in case they were not read already?...
I'd rather prefer only grouping notifications by means of the current notification grouping and not mixing up different kinds of notification. For example I like that my github Notifications in...