I consider the following notify.module workings a critical feature request...

Right now, notify.module only indicates nodes that are published and published but in the moderation queue;

it ignores unpublished nodes in the moderation queue.

I see two options :

a) modify this module so that those with Access submission queue permission see all nodes in the moderation queue, not just those published (which is a bit ridiculous right now)

or b) add a separate module that could be called notifysubmission.module that would be accessible only to allowed members (moderators).

I have not figured out how to hack this module, so it's unassigned :(

Cheers !

Comments

michael_lessard_micles.biz’s picture

From what I can see, the notify.module for Drupal 4.3.2 no longer sends queued post in it's notification e-mails,

BUT comments that moderators might leave under a queued post are unfortunately sent in the notification e-mails. Which is sad seen for a moment I thought moderators could leave comments for each other, but these comments are just annoying or troublesome for normal users who see it in the notification e-mail.

I don't have a clue how we can exclude comments related to queued post from notifications... I am not really a PHP programmer.

It's remains a really neat module :d

junyor’s picture

There were access checks, but Kjartan removed them in 2.46, though I'm not sure why. Sending comments for queued nodes could be probably by prevented by checking if the node which the comments belong to is in the moderation queue. However, since the access checks were removed, all nodes and all comments are always sent out (AFAICT).

RobRoy’s picture

Version: » master
Status: Active » Closed (fixed)

Closing old bugs.