Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drupal 7 notifications and subscriptions module

Which is the best module for notifications and subscriptions for D7 which is actively maintained and has a stable release ? .. Is there any which exist ? What are the possible alternatives that one can use to implement the subscription and notifications via email to a group of subscribed users ?

like image 219
c_sharma Avatar asked May 14 '26 09:05

c_sharma


2 Answers

Without knowing more specifics about your use case, it's not clear which one is "best." Notifications & Subscriptions modules differ in important respects, though the former is actually a fork of the latter. Subscriptions, being the older one, is both more straight-forward as to what it does, and also a bit clunkier on the code side (although it did get a major rewrite by chx for the 2.x branch.) Notifications was a rewrite of Subscriptions intended to make it much more extendable but this is not to say Subscriptions isn't itself extensible; they're both modular frameworks.

If all you need is a way for users to subscribe to nodes you may find Subscriptions does everything you need. If however you need to support more integration points, Notifications may be the better match. I think it has a lot more modules in Contrib that already extend it, and is being used on about 3x as many sites as Subscriptions (not sure what the breakdown is for just D7 sites.)

like image 184
Forest Avatar answered May 15 '26 22:05

Forest


How about the seemingly popular module Subscriptions? It's been around since 2003 and is actively maintened with stable releases for Drupal 6 and 7. From their site:

This module enables users to subscribe to be notified of changes to nodes or taxonomies, such as new comments in specific forums, or additions to some category of blog. Once enabled, all nodes will have an additional link that allows the user to change their subscriptions. Users have tab on their user screen to manage their own subscriptions. Users can also set an auto-subscribe function which notifies the user if anyone comments on posts they have made. Admins can turn this on by default.

Disclaimer: I have no affiliation with this module or its developers.

like image 28
roberthernandez Avatar answered May 15 '26 22:05

roberthernandez



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!