Search by

wabuehamm / auto_unsubscribe

wabuehamm

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

Statistics

Installs: 160

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 5

3.0.0 2026-09-19 12:37 UTC

This package is auto-updated.

Last update: 2026-09-19 12:39:44 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>