1
vote
1answer
49 views

Drupal 7 “Notification” module recommendation

I'm trying to figure out what the best solution to a project requirement is. The basic premise is that a site needs to have a "notifications" feature - similar to how Facebook works. A listing in the ...
1
vote
2answers
60 views

How to create a basic message - notifications system displaying a real time message counter badge?

I'm looking for some first opinions on how to create a basic current user notifications system for my site e.g. "some user" has created a new "group". "some user" has joined your "group". "some ...
4
votes
1answer
86 views

How to send a email message to specific user role when the site goes to the maintenance mode in drupal 7?

I would like to use emails to communicate with users. So i really want to send a email message for all users(or just a number of users with specific role) when the site goes to the maintenance mode ...
1
vote
1answer
24 views

How can I provide email notifications to admins for *all* comments?

My site admins are asking to receive email notifications automatically whenever a comment is posted on any content on the entire site. I already have comment_notify enabled, but that only allows them ...
0
votes
1answer
187 views

Notifications from Workbench included content type

I added a new content type for my drupal 7 site and I have a form in this content type. It has the workbench enabled in this form so that the moderator can approve the submissions and close the forms ...
0
votes
2answers
106 views

How to let users subscribe and be notified (email) when certain type of content or taxonomy is created?

I would like to notify users (by email) whenever a content type or taxonomy term they subscribed to is submitted. I thought Rules may play a role in this but can't figure out how to let them ...
1
vote
1answer
210 views

How to sending notification emails in a journal style “Newsletter”

I am working on replace an existing, custom built website with a Drupal 7 site. In the existing website I've coded a more or less smart email-notification system which I like to re-build for the ...
8
votes
1answer
499 views

Notifications for anonymous users on nodes

I am looking for a module or some kind of workaround e.g. involving Rules, that will allow anonymous users to subscribe to new comments on nodes they have created. My user scenario is as follows: An ...
1
vote
0answers
91 views

Send a message or notification to other user within the site

I'm using Drupal 7 on a production site and I want users to be notified by email and if they are on the site at the time, in a message window that they have been awarded points or other notifications. ...
2
votes
1answer
540 views

Customise message notifications in Drupal 7

I'm using organic groups with Drupal 7 and members receive email notifications when new content is posted to their group. However I can't find a way to modify: Email subject: New post in group Email ...
0
votes
1answer
337 views

Mandatory Group / Autosubscribe in Drupal 7

I'm using organic groups for a community website which notifies members when a new article is submitted to their group. However I would like ALL members to receive notifications when the admins ...
3
votes
1answer
198 views

Is there a module that will let me set up site-wide notifications like Stack Overflow's orange one?

I'm looking for a Drupal 7 compatible module that will let me set up site-wide notifications similar to Stack Overflow's orange bar (Welcome to this site, read the FAQ etc.). I haven't been able to ...
1
vote
1answer
590 views

Site offline notification

How to turn off the notification about the site being offline, when in maintenance mode? Operating in maintenance mode. Go online.
3
votes
3answers
6k views

Send notification e-mail after new content was added

Some people refuse to learn about RSS and wish they could give me (e.g., via some form) e-mail (without registration) and they would be automatically notified about new content. Could you help me how ...
4
votes
2answers
574 views

Email marketing in Drupal 7

I have a site with articles which has an RSS feeds. I 'd like visitors to be able to subscribe to those articles using their email. They ll give their email and then new articles will be sent to their ...
2
votes
1answer
802 views

Create a rule to notify administrator users of new comments

I would like to use Rules to notify all administrator users of new comments that have been posted to the site. I can get as far as getting the notifications working for all comments, but I would like ...
2
votes
1answer
384 views

Drupal Commons notifications queue is not working

I have a site where we noticed the notifications are no longer working. The Queue states there are 238 notifications, and they are set to process immediately. The send method is "mail," and other ...
0
votes
2answers
1k views

Notification email on Content creation - admin approval?

I made a custom content type to replace comments, as the current comment options are not satisfactory for me. Anonymous users can create this content type (comment). I need to send an email to the ...
1
vote
2answers
228 views

notifications module api sample code or docs

I'm looking at writing an extension to the notifications module, however I can't see any API documentation or good sample implementations. Has anyone found good resources for this? Or could someone do ...
2
votes
3answers
391 views

Email notification based on purchased item

I am working on the magazine site using Ubercart. In this site individual magazines can be bought or subscribed to. When a new issue of a magazine which the customer has subscribed to is created, I ...