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

Comments

-enzo-’s picture

Hello 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

matt2000’s picture

Status: Active » Needs work

That 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.

matt2000’s picture

Version: master » 6.x-1.x-dev
Assigned: Unassigned » matt2000
Status: Needs work » Needs review

New dev release adds a global option for disabling inclusion of updated nodes. Please test.

matt2000’s picture

Status: Needs review » Closed (duplicate)