09.07.2026 | Michael Ebert

Install comment_notify module to have an easy solution to subscribe/unsubscribe to nodes like a forum topic.

Installation with composer:

composer_require.sh
composer require 'drupal/comment_notify'

Enable with drush:

drush_pm_install.sh
drush pm:install comment_notify

Configure it under ../admin/config/people/comment_notify.
Select the Bundle on that you want to enable it. Chose "All Comments" under availible subscription modes and set it as default state. 
 

Comment Notify Configuration

Issue:

You want to get informed about updates on nodes like forum topics and need an easy solution to subscribe to it. 

Solution:

During research we found the comment_notify module.

Conclusion:

Install the module, enable it, configure it. Thats it.

Weitere DevBits

01.09.2026 | Michael Ebert

Show the status report with Drush in your terminal

drush_core_requirements.sh
drush core:requirements