wabuehamm / auto_unsubscribe
Automatically unsubscribes all users from a discussion topic after the first notification.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 5
Type:elgg-plugin
Requires
- composer/installers: ^1.0.8
Conflicts
- elgg/elgg: <3.0
- dev-master
- 2.0.2
- 2.0.1
- dev-dependabot/npm_and_yarn/lodash-and-grunt-and-grunt-contrib-compress-and-grunt-conventional-changelog-4.17.21
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/trim-off-newlines-1.0.3
- dev-dependabot/npm_and_yarn/minimist-and-handlebars-1.2.8
- dev-dependabot/npm_and_yarn/minimatch-and-grunt-and-grunt-contrib-compress-3.0.8
This package is auto-updated.
Last update: 2025-03-24 06:06:23 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>