Closed (cannot reproduce)
Project:
Favorites
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2010 at 22:00 UTC
Updated:
1 Nov 2012 at 12:27 UTC
When I save as search or a view or a node as favorite, it would be great to have a notification by email, when a favorite is updated.
Also a small icon like "updated" behind or below as favorite link in the favorite block would be great.
Comments
Comment #1
doitDave commentedWhile this idea sounds good, subscriptions is most likely the proper module for this kind of stuff.
However, if someone has the time to find out whether there is a simple api and a reasonable way to trigger subscriptions whenever adding a node to favorites, you may add your findings here. Otherwise I will look occasionally but not with a high priority, sorry!
Comment #2
bennos commentedA simple way is to write some rules for the rules module.
Depending on a rule like "The content gets updatet, set status updatet and send out an email"
Comment #3
doitDave commentedHi, thanks for your reply!
What I see as a barrier is that we
* not really track content, but just links to content.
* actually not even only track links to content but also to search results or whatever else.
So how would you want to define "updated" here, how will we recognize updates? Firing a Drupal trigger so "action", "rules" or, well, "subscriptions" can be involved is the least work here. Defining "update" and "recognition" is the bigger part. This is why I think the solution is either likely to run into duplication (which I really want to avoid) or not too trivial at all.
But I may simply miss some simple link here. Thus: What would you propose concretely as an addition? Any ideas you could provide as a patch? Or some basic "flowchart" which is on your mind?
Looking forward to your input :)
Comment #4
doitDave commented