Closed (fixed)
Project:
User Relationships
Version:
6.x-1.0-beta9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 10:30 UTC
Updated:
10 Mar 2009 at 15:00 UTC
Hi,
I am using the core profile module to add additional fields to the user profiles. I'm also using the UR module so that users can establish connections between eachother. I unset the permission "user module" -> "access user profiles" so that users can't access profiles of other users. However, I expected that as soon as a relationship between user A & B is established, the profile of B becomes accessible for A (and vice versa)?
Can you please confirm that UR is not working in that way?
Sebastian
Comments
Comment #1
alex.k commentedYou are correct, UR does not affect profile view permissions in any way. So adding a relationship doesn't give one any more permissions.
One way to let associated users see each other's profiles is to use Content Profile plus user_relationship_node_access module...
Comment #2
jogebau commentedIs it in anyway possible to only prevent certain fields from being visible to the public, but still visible to related users?
Comment #3
alex.k commentedNot with profile module, sorry. I'm planning to release integration with content_profile module. Please follow #304317: Field privacy integration with content_profile for that. Thanks.