Exist some module that send a notification email whenever a user post an article. This could be useful to moderators ?
Regards, maykel
you can use the subscriptions module
On 7/29/05, Maykel Moya moya@infomed.sld.cu wrote:
Exist some module that send a notification email whenever a user post an article. This could be useful to moderators ?
Regards, maykel
-- [ Drupal support list | http://lists.drupal.org/ ]
On Fri, 2005-07-29 at 17:05 -0500, Carlos Rivero wrote:
you can use the subscriptions module
From subscriptions module's README.
==
The subscriptions module allows users to subscribe to nodes or taxonomies. A subscribed user will be e-mailed whenever a comment is updated or added to a node. When this module is enabled, all nodes will display a new link, "(un)subscribe", which enable users to subscribe or unsubscribe to the node in question. A new menu option, "my subscriptions", allows the user to view all current subscriptions and make modifications.
Because this module causes the post insert\update to pause while all subscribers are e-mailed, it may not be practical for some large sites.
===
It talks specifically about comments. My setup is a trivial moderation queue setup. Any authenticate user can make a post, for it to be posted a moderator should approve it later.
That requires that moderators should be checking regularly for new posts.
I look for something that, after a user posts an article for approval, a mail is sent to a list of people saying 'Hey, moderators, there are a new post here'.
Do something like this exist ?
Saludos maykel
I guess you can use notify module... check out drupal.org/project/notify Paul
Maykel Moya wrote:
On Fri, 2005-07-29 at 17:05 -0500, Carlos Rivero wrote:
you can use the subscriptions module
From subscriptions module's README.
==
The subscriptions module allows users to subscribe to nodes or taxonomies. A subscribed user will be e-mailed whenever a comment is updated or added to a node. When this module is enabled, all nodes will display a new link, "(un)subscribe", which enable users to subscribe or unsubscribe to the node in question. A new menu option, "my subscriptions", allows the user to view all current subscriptions and make modifications.
Because this module causes the post insert\update to pause while all subscribers are e-mailed, it may not be practical for some large sites.
===
It talks specifically about comments. My setup is a trivial moderation queue setup. Any authenticate user can make a post, for it to be posted a moderator should approve it later.
That requires that moderators should be checking regularly for new posts.
I look for something that, after a user posts an article for approval, a mail is sent to a list of people saying 'Hey, moderators, there are a new post here'.
Do something like this exist ?
Saludos maykel