The description for this module states "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."
I interpret this to mean that this module allows users to be notified when a new node is created/added to a specific area of the website. Is this correct? If yes, could someone explain how this is done? I have a content type called "product" and a taxonomy term called "special items". I want users to have the ability to subscribe to be notified when a new "product" node is created, or when a new node is added to the taxonomy term "special items" (preferably the latter).
So far working with this module, I have been able to give users the following options..
Subscribe to:
To Product content - On updates | On comments
To content in Special Items - On updates | On comments
However, even when subscribed to all 4 things (comments and updates to product content and special items), users are only notified of new comments being posted to existing nodes in those areas, nothing else. What am I missing?
Comments
Comment #1
salvisSomething is odd on your site. Please install a virgin test site with just Subscriptions and experiment with the built-in content types, like Basic page. When you subscribe to the Basic page content type, you'll get notifications whenever someone creates a node of that type (this has nothing to do with On updates / On comments, which are extensions of the implied 'on create' subscriptions).
If you subscribe to a taxonomy term, you'll get notifications whenever someone creates/updates/comments a node that has that term.
Comment #2
salvis