Active
Project:
Watcher
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 11:16 UTC
Updated:
25 Mar 2011 at 06:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
xqbzzr commentedsubscribe
Comment #2
NoRandom commentedsubscribe
It would be great to have interaction with views. You could create a watched view in your profile (or wherever else) and get emails when this view is updated.
Regards.
Comment #3
solipsist commentedMacarro: I think Flag is a better module for doing that. With Flags users can flag nodes which can then be shown in a view. With modules like Views, Rules and Flag becoming more and more competent, a lot of what Watcher does can be done using these three. I suggest you should first and foremost look into it that way .
Comment #4
NoRandom commentedThanks, solipsist, I'll take a look at to rules. I've already used flag for other purposes and it works well.
Currently I only have two problems wich are 1) e-mail/private msg to users about updates in the followed nodes 2) I have related nodes through cck and I would like to allow "follow parent node => you automatically follow ther child nodes".
Let's see if I'll be able to get it done.
Comment #5
Babalu commentedsubscribe
Comment #6
Drupalized commentedsubscribe
Comment #7
Donaldd commentedsubscribe
Comment #8
YK85 commented+1 subscribing - this is a great module! I was wondering if anyone has had development towards views integration? It would be really helpful.
Thanks so much!
Comment #9
scalp commentedI would disagree that flags and rules can do all that watcher can. Unless I'm mistaken, the biggest whole this fills would be the ability to send notifications out when a node is updated. That said, views integration seems like a great addition to this module. Any work being done on this?
Comment #10
scalp commentedI've got this small module that seems to work. Could be a start to getting this included into watcher.
Comment #11
keva commentedThanks scalp! This works great. I also wanted to see anonymous users' email addresses, which wasn't possible with the existing relationship (it took the email address from the user table).
Adding these to line 67 of watcherv.module opens up that possibility:
If there's a better way to accomplish this, please advise.
Comment #12
spacereactor commentedI create a table style listing and trying to add a column for watcher link in views. Anyone got any idea how?