We need to be able to send notification for unpublished nodes.
What we did:
1. Add a selector for this option. By default it will behave as always.
2. Add the code on the module to handle this.
3. We need shorter notification intervals. We added 10 and 5 minutes.
Enjoy it.
Sponsored by Anexus IT
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | notify-unpublished-content-and-only-new-content.patch | 3.95 KB | -enzo- |
| notify-unpublished-content.patch | 3.5 KB | james_duncan |
Comments
Comment #1
-enzo- commentedHello guys
I just add the option to set Drupal to send notifications only for new content not for changes or updates nodes.
Check the path attached.
Sponsored by Anexus IT
Comment #2
matt2000 commentedThat actually doesn't work consistently, because a node might still be considered 'new' to the notified user, but have an unequal created vs changed timestamp if it was created and changed between the last notification and the present.
Also, the additions to the time intervals don't belong in this patch.
Comment #3
matt2000 commentedNew dev release adds a global option for disabling inclusion of updated nodes. Please test.
Comment #4
matt2000 commentedThis is a duplicate of #150109: get notified of Revised Content.