okay, a 'friend' has commented on a story, this appears in 'all activity' correctly, but not in 'my friends activity' - using UR module and the friendship is clearly defined (it does exist)
any idea why it might be ignoring this as a 'friend activity' if the two users are defined as 'friends' via UserRelationships?
Comments
Comment #1
zilla commentedanybody else seeing this besides me? i've got a couple of test users (all myself logging in and out, all friends etc) and still see this - it is logging correctly (catching the activity) but not putting under "my friends" but rather under "all activity" instead...
Comment #2
jaydub commentedyou are referring to the activity page where you can see all activity, your activity and 1 to N number of UR-defined relationship pages of activity?
Comment #3
zilla commentedyes...exactly.
so i'm user A, and i'm friends with user B
user B comments on a story (or writes one or whatever)
in activity 'all' i see that user B has done whatever BUT in "my friends" activity it does not show up
Comment #4
jaydub commentedjust tested again and it's working here for me. One thing to check is to make sure that you have the 'view own activity' user permission set as that is checked when returning the activity page for UR.
Comment #5
zilla commentedyup, have the 'view own activity' as well
in fact, it's even more confusing - when view "my friends activity" it is showing ALL of my own activity under that tab - and also showing it all under 'my activity' (where it should only be showing)
but still no friend activity under 'my friends activity'
any suggestions? reinstall perhaps? remove all tables and views etc and simply upload, enable and try it out?
Comment #6
jaydub commentedWhen you are viewing my friends activity, what is the URL path for the page?
The menu path for the activity on the 'my relationships pages' should be a path friendly version of the plural name of the relationship as defined in /admin/user/relationships
Also just to be safe can you make sure the cache is cleared out so that the menu cache definitely has the menu path of the UR pages set?
For myself for example I have two relationships defined: 'friend' and 'enemy' with plural of 'friends' and 'enemies'.
The path for the activity pages are /activity/friends and /activity/enemies and in either case I see only the activity from the friends/enemies of mine.
From here all I can think of is to help you to add some debug statements to the UR activity code itself so we can check each variable each step of the way through the page output.
Comment #7
zilla commentedCOMMENT- also related to issue http://drupal.org/node/323851 which has now been marked as duplicate of this (in which "My Friends Activity" shows "You"
marking as CLOSED, opening new issue for UR interactions