Closed (won't fix)
Project:
Activity
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Jun 2008 at 03:44 UTC
Updated:
11 Sep 2010 at 22:01 UTC
Jump to comment: Most recent file
Any comments made to a node, or as a reply to a comment do not show to the original node author, or to the parent comment author despite having the message set.
Also, is there a chance of the views_bookmarkactivity tie-in to have an option to display for the node author?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | flagactivity.module.patch | 463 bytes | kristen pol |
Comments
Comment #1
sirkitree commentedcurrently there is no option for the 'node author' to see activity on their particular node. activity is either public, shown to a user's buddies/relationships or to themselves. if i create a node, and someone comments on it, the only wa for me to see that in the activity stream is if it is displayed as public. there is no current way for me to do something like, get a list of my nodes and see the activity related to them.
Comment #2
Bencoon commentedAh. Well, drat. I was hoping to be able to have a kind of activity received page; where the user will only see activities performed on content they contributed. I guess I misinterpreted the module's behavior.
Thanks for the clarification.
Comment #3
jaydub commentedComment #4
jaydub commentedActually this feature does exist in the commentactivity module. Comments made to a node trigger an activity target for the parent node author so in your 'My Activity' page or block you will see activity records for comments made to your node. This is the case for the current 5.4 and 6.1 branches.
Comment #5
jaydub commentedIf we end up storing content IDs (node ID in this case) as part of activity records then there's no reason why this feature wouldn't be possible in the future. So a user could have a block that would show activity on nodes they've authored including comments, votes on the node, flag activity, favoriting, etc.
Comment #6
kristen polI needed this for flagging to view all nodes of mine someone else flagged. I looked through the code and this snippet can be added to the flagactivity.module to handle nodes like the commentactivity.module does:
Original code:
New code:
I've added a patch as well for version = "6.x-1.2".
It would be VERY GREAT if this patch could be added.
Thanks,
Kristen
Comment #7
kristen polThe most current patch is here: http://drupal.org/node/724828#comment-2642670
Kristen
Comment #8
sirkitree commentedclosing. 1.x no longer supported.