Linked Questions
10 questions linked to/from Is there a simple way to notify users about new posts on the site?
3 votes
3 answers
774 views
How to log and display all the users that have edited a node (without revisioning)?
We need to keep the usernames of the latest editors of content, along with the edit date. How can we do so? Or should we use custom code? We do not want to enable revisioning, as it is more complex ...
4 votes
3 answers
1k views
How to create a "history" of activity?
I've a site with users that can create and edit contents, vote, flag, comment, etc. I would like to have a page with a history of every action, something like: on day X user has create the content "...
2 votes
1 answer
1k views
Alternatives to Messaging and Notifications [closed]
I maintain a Drupal 6 site for a team of scuba-divers. Given the discontinued support for Drupal 6, I am looking at upgrading the site to Drupal 7. We primarily communicate by e-mail, so we have set ...
0 votes
2 answers
670 views
Where is the Drupal Syslog module log file in Cpanel? [closed]
I disable dblog module and want to enable syslog module instead of it. After enabling that ,I can't see any drupal Log in error_log file in cpanel . what is reason? where is Drupal log file for ...
2 votes
2 answers
615 views
How to send 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 ...
1 vote
1 answer
551 views
Extended Audit logs
I am using Audit log module for Drupal 8.5. But it looks the audits are very limited - i.e it audits only user updates and node updates. Not for creating templates, changing configurations, changing ...
2 votes
2 answers
334 views
What's the difference between private message & message?
In my user backend I have a tab named 'messages' (mysite.com/user/uid/messages) and a second named 'Private messages & invitation' (mysite.com/user/uid/contacts). For what I see private messages ...
2 votes
1 answer
369 views
Which user related token(s) can be used to create a Rule for setting up a message type?
I have created few activity logs using the Message module. All works ok, but when I try to create a message type for example "username started following you on github". When setting up the rules for ...
2 votes
1 answer
120 views
Is there any log or receipt or anything that message was sent to someone? [closed]
I'm in a situation where I'm supposed to testify (= proof) that a message (confirmation) was sent from our site (using Drupal 7). Is it possible to see it from anywhere? Does it register into hosting ...
-1 votes
1 answer
48 views
Commenting or replying a specific node without the possibility of commenting others?
I built a website sort of like an online directory for restaurants in my home town, and I am letting the users to leave their reviews about a specific restaurant, and what I need is to give access to ...