Active
Project:
User Relationships
Version:
7.x-1.x-dev
Component:
Views
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 07:56 UTC
Updated:
4 Apr 2013 at 06:16 UTC
Is there a method by which I can auto-assign user relationships based on certain node references? I am thinking if two people are co-authors of a paper (noderef from Paper Node -> Author Content Profile) than UR can record them as Co-Authors.
Wondering if this is already possible using existing code.
Comments
Comment #1
mrf commentedAssuming this request has been resolved. If you are involved in this issue and still having problems, feel free to re-open. If not please open a new support request describing your issue.
Comment #2
ashwin.parmar commentedHello,
I have Users and 1 Content Type called Gallary.
Galary: Content Type
Fields Type
Name: Text
Users_ID: User Reference
I am creating View Based on Gallary Listing.
In which I want to make relationship between Gallary and User Reference Field.
How can I do this I cannot appply It.
Query I have shown will make LEFT JOIN with node.uid = users.uid
But, I want it as node.Users_ID = users.uid
Thanks In Advance