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.