wabuehamm / auto_unsubscribe
Automatically unsubscribes all users from a discussion topic after the first notification.
Package info
github.com/wabuehamm/elgg-plugin-auto-unsubscribe
Type:elgg-plugin
pkg:composer/wabuehamm/auto_unsubscribe
Requires
- composer/installers: ^1.0.8
Conflicts
- elgg/elgg: <3.0
This package is auto-updated.
Last update: 2026-05-31 08:31:00 UTC
README
This plugin enhances the content subscriptions plugin by unsubscribing all users from a discussion topic after the first notification took place. That way, all members of a group get a notification about a new topic, but afterwards only get notifications about replies, when they liked, commented or explicitely subscribed to the discussion topic.
Requirements
- Elgg >=3.0
- Content subscriptions 5.1.1
Installation
Download a release and unzip the file into the mods directory of Elgg.
Development
Release
Run the following command to release a new version to GitHub
GITHUB_TOKEN=<my token> grunt release:<new release number>