Reputation: 18933
In my website, I have a node type called "Project".
Node type "Project" has a field called Project Author, which is a user reference.
Now, when I hit "reverse link" in the field settings, a link to all "Project" type pages that refer that particular user appears in the default "view" user page (ex: domain.org/user/123/view) under "Related content"
This is the effect I want. The problem is that I'm using a custom made view as default landing user page.
So, my question is, how can I add the "Related content" block to a custom usertype View (in Views2), so that I can show a link to all project pages that refer that particular user?
Upvotes: 0
Views: 492
Reputation: 11
There's also a patch for CCK (6.x) which can achieve this in a single view.
Upvotes: 1
Reputation: 18933
I found the answer using another module: Panels3! Here's how...
VIEWS2 MODULE:
PANELS3 MODULE:
Voilá!
Hope this helps someone with the same problem as I.
Upvotes: 0