Drupal Facebook Like Notifications
2018年1月10日Drupal Facebook Like Notifications >>> http://fancli.com/18h1bh
Download & Extend Drupal Core Distributions Modules Themes HeartbeatIssues Facebook-like Notifications Closed (fixed)Project:HeartbeatVersion:6.x-4.6Component:CodePriority:NormalCategory:Feature requestAssigned:UnassignedReporter:jaochoo Created:7 May 2010 at 12:25 UTCUpdated:3 Jun 2010 at 20:00 UTC Log in or register to update this issue This feature request is based on this issue: Objective: When a user reacts on a Heartbeat message (i.e. Drupal.org home Download & Extend Community Documentation Support Jobs Marketplace About Return to Content Search form Search Log in Create account . See Changelog, screenshots and notes here: #775650: Messaging & Notifications 4.x: Documenting new features Important 6.x-4.x update notes: Requires Autoload module When running db updates, queued notifications will be deleted. News itemsNews Planet Drupal Social media directory Security announcements Jobs Our communityCommunity Getting involved Services, Training & Hosting Groups & Meetups DrupalCon Code of conduct DocumentationDocumentation Drupal 8 docs Drupal 7 docs Developer docs api.drupal.org Drupal code baseDownload & Extend Drupal core Modules Themes Distributions Governance of communityAbout Web accessibility The Drupal Association About Drupal.org Terms of service Privacy policy Drupal is a registered trademark of Dries Buytaert. those who commented before) will receive an email notification about the new reaction. Download & Extend Drupal Core Distributions Modules Themes Notifications Primary tabsView(active tab) Version control Automated testing 3 people starred this project Posted by febbraro on 21 January 2008, updated 20 October 2017 This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability. Log in or register to post comments Add child issue, clone issue . This module provides a method for sending a message via a notifier plugin. Drupal.org home Download & Extend Community Documentation Support Jobs Marketplace About Return to Content Search form Search Log in Create account . Click "edit" next to the item and select the badge to display with the Display Menu Badge select box. .. shareimprove this answer answered Feb 1 ’13 at 20:57 goron 1,4901015 add a comment . Community Community Home Getting Involved Chat Forum DeprecatedDeprecated - Development (working groups)Deprecated - Drupal core Facebook like notification in drupal??? Posted by manmohanghaimca on 8 Dec 2008 at 11:49 UTC Hi All, is there any module in drupal which provides notification like facebook. –Pierre.Vriens Oct 29 ’15 at 17:13 Thank you very much for your kindness reply Pierre.Vriens, i will check all the related documents hoping that i will have a clear idea about the message stack. What I have done so far is to extend the current event "User reacts on a heartbeat message" so that it includes the original author of the Heartbeat message: In heartbeatcomments.rules.inc: function heartbeatcommentsruleseventinfo() { return array( ’heartbeatcommentpost’ => array( ’label’ => t(’User reacts on a heartbeat message’), ’module’ => ’heartbeatcomments’, ’arguments’ => array( ’actor’ => array(’type’ => ’user’, ’label’ => t(’User who reacts on the activity.’)), ’author’ => array(’type’ => ’user’, ’label’ => t(’User who is the original author of the activity.’)), ’heartbeatcomment’ => array(’type’ => ’heartbeatcomment’, ’label’ => t(’Comment that has been posted.’)), ), ’redirect’ => TRUE, ), ); } In heartbeatcomments.module: $authorid = dbresult(dbquery("SELECT uid FROM {heartbeatactivity} WHERE uaid = %d", $uaid)); $author = userload($authorid); // Let rules know there has been a shout event if (moduleexists(’rules’)) { rulesinvokeevent(’heartbeatcommentpost’, $user, $author, $saved); } If you tell me how to make those diff-files or patches I would upload it ;-) Comments Comment #1 Stalski CreditAttribution: Stalski commented 16 May 2010 at 14:57 This will be committed this week, but i implemented your code. Skip to main content Skip to search . Search Advanced search All issues 3 open, 3 total Bug report 2 open, 2 total Statistics New issues Open bugs Participants 2 year graph, updates weekly Documentation No documentation guides Resources Read license View project translations Development View pending patches Browse code repository View commits Report a security vulnerability View change records . It provides an API that other modules can use to add realtime capabilities to Drupal, specifically enabling pushing updates to open connected clients. Adds a My Notifications page where a user can view all of their notifications Additional Notifications Supported This module adds support for users to be notified of the following via the notification center.: When a user follows them. Log in or register to post comments Add child issue, clone issue . Until that, I believe what neRok said could really fit your needs. Log in or register to post comments Comment #7 spacena CreditAttribution: spacena commented 27 September 2012 at 15:04 Thanks nerok and kongoji for the solutions. Per-User configuration options for which notifications appear in the notifications block. Notifications Location, subscribe to content related to your location. Comments Comment #1 Dave Cohen CreditAttribution: Dave Cohen commented 13 February 2008 at 02:02 Status: Active Fixed Yes, you can write to the facebook mini-feed even if the event is triggered through the non-facebook URL. if Yes then plz suggest. Some work items remaining to be implemented include: Implement ajax updating of the message notifications (currently they only update on page load). See this screencast for an example: Log in or register to post comments Comment #2 Anonymous (not verified) CreditAttribution: Anonymous commented 27 February 2008 at 02:12 Status: Fixed Closed (fixed) Automatically closed -- issue fixed for two weeks with no activity. Even though there is no such a thing as 8.x-dev yet, the Message code repository already does contain something already (not yet for the 2 other modules though). These are the basic components and dependencies of the message stack: Quite a few popular Drupal distributions already adopted to this Message Stack, such as such as Commerce Kickstart, Drupal Commons, ERPAL and Open Atrium. News itemsNews Planet Drupal Social media directory Security announcements Jobs Our communityCommunity Getting involved Services, Training & Hosting Groups & Meetups DrupalCon Code of conduct DocumentationDocumentation Drupal 8 docs Drupal 7 docs Developer docs api.drupal.org Drupal code baseDownload & Extend Drupal core Modules Themes Distributions Governance of communityAbout Web accessibility The Drupal Association About Drupal.org Terms of service Privacy policy Drupal is a registered trademark of Dries Buytaert 5a02188284
https://diigo.com/0b7dno https://dedeliva.podbean.com/e/1000-facebook-likes-page/ https://ghostbin.com/paste/78r6h http://www.pearltrees.com/nesscotino/item217232437 http://www.generaccion.com/usuarios/439554/facebook-add-friends-cheat https://diigo.com/0b7dnn https://hub.docker.com/r/comtijafa/allyrdonal/ http://www.generaccion.com/usuarios/439553/facebook-chat-logic https://www.flickr.com/groups/3914934@N23/discuss/72157691291986934/ http://paste.gd/xFQxhq
Download & Extend Drupal Core Distributions Modules Themes HeartbeatIssues Facebook-like Notifications Closed (fixed)Project:HeartbeatVersion:6.x-4.6Component:CodePriority:NormalCategory:Feature requestAssigned:UnassignedReporter:jaochoo Created:7 May 2010 at 12:25 UTCUpdated:3 Jun 2010 at 20:00 UTC Log in or register to update this issue This feature request is based on this issue: Objective: When a user reacts on a Heartbeat message (i.e. Drupal.org home Download & Extend Community Documentation Support Jobs Marketplace About Return to Content Search form Search Log in Create account . See Changelog, screenshots and notes here: #775650: Messaging & Notifications 4.x: Documenting new features Important 6.x-4.x update notes: Requires Autoload module When running db updates, queued notifications will be deleted. News itemsNews Planet Drupal Social media directory Security announcements Jobs Our communityCommunity Getting involved Services, Training & Hosting Groups & Meetups DrupalCon Code of conduct DocumentationDocumentation Drupal 8 docs Drupal 7 docs Developer docs api.drupal.org Drupal code baseDownload & Extend Drupal core Modules Themes Distributions Governance of communityAbout Web accessibility The Drupal Association About Drupal.org Terms of service Privacy policy Drupal is a registered trademark of Dries Buytaert. those who commented before) will receive an email notification about the new reaction. Download & Extend Drupal Core Distributions Modules Themes Notifications Primary tabsView(active tab) Version control Automated testing 3 people starred this project Posted by febbraro on 21 January 2008, updated 20 October 2017 This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability. Log in or register to post comments Add child issue, clone issue . This module provides a method for sending a message via a notifier plugin. Drupal.org home Download & Extend Community Documentation Support Jobs Marketplace About Return to Content Search form Search Log in Create account . Click "edit" next to the item and select the badge to display with the Display Menu Badge select box. .. shareimprove this answer answered Feb 1 ’13 at 20:57 goron 1,4901015 add a comment . Community Community Home Getting Involved Chat Forum DeprecatedDeprecated - Development (working groups)Deprecated - Drupal core Facebook like notification in drupal??? Posted by manmohanghaimca on 8 Dec 2008 at 11:49 UTC Hi All, is there any module in drupal which provides notification like facebook. –Pierre.Vriens Oct 29 ’15 at 17:13 Thank you very much for your kindness reply Pierre.Vriens, i will check all the related documents hoping that i will have a clear idea about the message stack. What I have done so far is to extend the current event "User reacts on a heartbeat message" so that it includes the original author of the Heartbeat message: In heartbeatcomments.rules.inc: function heartbeatcommentsruleseventinfo() { return array( ’heartbeatcommentpost’ => array( ’label’ => t(’User reacts on a heartbeat message’), ’module’ => ’heartbeatcomments’, ’arguments’ => array( ’actor’ => array(’type’ => ’user’, ’label’ => t(’User who reacts on the activity.’)), ’author’ => array(’type’ => ’user’, ’label’ => t(’User who is the original author of the activity.’)), ’heartbeatcomment’ => array(’type’ => ’heartbeatcomment’, ’label’ => t(’Comment that has been posted.’)), ), ’redirect’ => TRUE, ), ); } In heartbeatcomments.module: $authorid = dbresult(dbquery("SELECT uid FROM {heartbeatactivity} WHERE uaid = %d", $uaid)); $author = userload($authorid); // Let rules know there has been a shout event if (moduleexists(’rules’)) { rulesinvokeevent(’heartbeatcommentpost’, $user, $author, $saved); } If you tell me how to make those diff-files or patches I would upload it ;-) Comments Comment #1 Stalski CreditAttribution: Stalski commented 16 May 2010 at 14:57 This will be committed this week, but i implemented your code. Skip to main content Skip to search . Search Advanced search All issues 3 open, 3 total Bug report 2 open, 2 total Statistics New issues Open bugs Participants 2 year graph, updates weekly Documentation No documentation guides Resources Read license View project translations Development View pending patches Browse code repository View commits Report a security vulnerability View change records . It provides an API that other modules can use to add realtime capabilities to Drupal, specifically enabling pushing updates to open connected clients. Adds a My Notifications page where a user can view all of their notifications Additional Notifications Supported This module adds support for users to be notified of the following via the notification center.: When a user follows them. Log in or register to post comments Add child issue, clone issue . Until that, I believe what neRok said could really fit your needs. Log in or register to post comments Comment #7 spacena CreditAttribution: spacena commented 27 September 2012 at 15:04 Thanks nerok and kongoji for the solutions. Per-User configuration options for which notifications appear in the notifications block. Notifications Location, subscribe to content related to your location. Comments Comment #1 Dave Cohen CreditAttribution: Dave Cohen commented 13 February 2008 at 02:02 Status: Active Fixed Yes, you can write to the facebook mini-feed even if the event is triggered through the non-facebook URL. if Yes then plz suggest. Some work items remaining to be implemented include: Implement ajax updating of the message notifications (currently they only update on page load). See this screencast for an example: Log in or register to post comments Comment #2 Anonymous (not verified) CreditAttribution: Anonymous commented 27 February 2008 at 02:12 Status: Fixed Closed (fixed) Automatically closed -- issue fixed for two weeks with no activity. Even though there is no such a thing as 8.x-dev yet, the Message code repository already does contain something already (not yet for the 2 other modules though). These are the basic components and dependencies of the message stack: Quite a few popular Drupal distributions already adopted to this Message Stack, such as such as Commerce Kickstart, Drupal Commons, ERPAL and Open Atrium. News itemsNews Planet Drupal Social media directory Security announcements Jobs Our communityCommunity Getting involved Services, Training & Hosting Groups & Meetups DrupalCon Code of conduct DocumentationDocumentation Drupal 8 docs Drupal 7 docs Developer docs api.drupal.org Drupal code baseDownload & Extend Drupal core Modules Themes Distributions Governance of communityAbout Web accessibility The Drupal Association About Drupal.org Terms of service Privacy policy Drupal is a registered trademark of Dries Buytaert 5a02188284
https://diigo.com/0b7dno https://dedeliva.podbean.com/e/1000-facebook-likes-page/ https://ghostbin.com/paste/78r6h http://www.pearltrees.com/nesscotino/item217232437 http://www.generaccion.com/usuarios/439554/facebook-add-friends-cheat https://diigo.com/0b7dnn https://hub.docker.com/r/comtijafa/allyrdonal/ http://www.generaccion.com/usuarios/439553/facebook-chat-logic https://www.flickr.com/groups/3914934@N23/discuss/72157691291986934/ http://paste.gd/xFQxhq
コメント