I'm on Drupal 6.10. and I've turned on the "Activity - User Relationships: show activity by current user's friends" block.
Unfortunately, new users on my site get shown all activity from all users in this block, even though they have neither accepted nor requested any friends.
I've experimented with different combinations of permissions, to no avail. What am I doing wrong? How can I limit this block to only show activity from the current user's friends?
Comments
Comment #1
sirkitree commentedtagging for next release.
Comment #2
jaydub commentedThis works the right way for the Activity page where you want to see the activity of relationships but not on the block. It's pretty straightforward to fix as the block needs to check to see if the user in question actually has any relationships established before querying for activity by relationships. Will be fixed in CVS shortly.
Comment #3
jaydub commentedComment #4
pribeh commentedHey Jaydub,
Could you give me an idea (line) of where this code change lies in the 6 dev version so I can try and copy (port) it to the 5 version.
Thanks,