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

mrf’s picture

Status: Active » Closed (fixed)

Assuming 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.

ashwin.parmar’s picture

Version: 6.x-1.0-rc3 » 7.x-1.x-dev
Component: Miscellaneous » Views
Priority: Normal » Major
Status: Closed (fixed) » Active

Hello,

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