Hi all. I have installed notifications module but this module have a problem for the client requests. Notifications use private_message module to notify users.
Ok, a step back. I have a social network site and user can be notificated when a new post is created (call userB an subscribed user). The problem is that this message is sended and saved with the user that create the post (call is userA) and seems the userA send a message to userB, but this is not true. So now I need to found a way to make this steps:
userA insert a new post. No notification. userB insert a comment to this post. A notification is send to userA userC insert a comment ti this post. A notification is send to userA and userB
Is this possible ? is there a module for this ?
M.
On 02/10/2010 04:23 PM, Michel Morelli wrote:
Hi all. I have installed notifications module but this module have a problem for the client requests. Notifications use private_message module to notify users.
Ok, a step back. I have a social network site and user can be notificated when a new post is created (call userB an subscribed user). The problem is that this message is sended and saved with the user that create the post (call is userA) and seems the userA send a message to userB, but this is not true. So now I need to found a way to make this steps:
userA insert a new post. No notification. userB insert a comment to this post. A notification is send to userA userC insert a comment ti this post. A notification is send to userA and userB
Is this possible ? is there a module for this ?
M.
Try out Subscriptions and Comment_Notify module
Michel,
Here is a wiki page started by Greg Knaddison (@greggles) which compares the different notification modules:
http://groups.drupal.org/node/15928
Shai
On Wed, Feb 10, 2010 at 6:44 AM, Nilesh Govindarajan lists@itech7.comwrote:
On 02/10/2010 04:23 PM, Michel Morelli wrote:
Hi all. I have installed notifications module but this module have a problem for the client requests. Notifications use private_message module to notify users.
Ok, a step back. I have a social network site and user can be notificated when a new post is created (call userB an subscribed user). The problem is that this message is sended and saved with the user that create the post (call is userA) and seems the userA send a message to userB, but this is not true. So now I need to found a way to make this steps:
userA insert a new post. No notification. userB insert a comment to this post. A notification is send to userA userC insert a comment ti this post. A notification is send to userA and userB
Is this possible ? is there a module for this ?
M.
Try out Subscriptions and Comment_Notify module
-- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com -- [ Drupal support list | http://lists.drupal.org/ ]
Shai Gluskin ha scritto:
On Wed, Feb 10, 2010 at 6:44 AM, Nilesh Govindarajan <lists@itech7.com mailto:lists@itech7.com> wrote:
Thanks Shai and Nilesh. I will read and try.
M.