Active
Project:
Heartbeat
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2013 at 10:19 UTC
Updated:
2 Jul 2013 at 16:24 UTC
Hi thank you for the module.
I have flags enabled, and have put a flag link on a node.
When a node gets flagged how do I display a message showing the user has flagged the node?
Comments
Comment #1
blacklabel_tom commentedYou could add a heartbeat activity when something is flagged by adding a hook when content is flagged with:
http://drupalcontrib.org/api/drupal/contributions%21flag%21flag.api.php/...
And adding the heartbeat message with:
http://drupalcontrib.org/api/drupal/contributions%21heartbeat%21heartbea...
Cheers
Tom