coldtrick/advanced_notifications

Enchancements on the Elgg notification system

v7.0.1 2023-11-30 08:58 UTC

This package is auto-updated.

Last update: 2024-03-30 00:18:23 UTC


README

Elgg 5.0 Lint Checks Latest Stable Version License

This plugin changes the way Elgg handles some notifications, it doesn't change the content of the notification or who gets it.

Features

  • Delay content notifications until the content is no longer private.
    Mainly this was developed for the 'create' notifications of content (eg. Discussion)

Developers

If you wish to extend the allowed delay notification actions register an event handler on delayed_actions, advanced_notifications and add your action to the result array.