I really hope I am not asking something too obvious. But I couldn't find a solution within the other issues.
I am using content profile for user profiles and panels 3 to display them.
With the user_view that comes with panels 3 and a relationship to Profile Node this works pretty well so far.
However this goes only for links that point directly to the user profile itself (e.g. user/3 or user/7) like the author link in a story.
In some cases (like taxonomy term listing - users listed under a certain term) the link points to the node profile though (node/5 node/7). Viewing the user profile via this link does not override the user profile and the standard one is being shown.
Most likely this is trivial but I cannot seem to find a solution how to change this. Is there something I need to add within the context menu? Besides adding the mentioned relationship with Profile Node I have not touched anything here yet. Or am missing something else?
Thanks in advance for any help for a beginner.
Comments
Comment #1
merlinofchaos commentedSince those links are viewing a node, you'll need to use the node view and add a page to that.
Comment #2
Golem07 commentedAhhhh, thanks a lot... although I feel pretty stupid now. Working great. I assume though, that I need to recreate the user view as a node view from scratch and cannot "clone" the fisrt one in some way. Not a bid deal - just interested.
Comment #3
merlinofchaos commentedYeah, the contexts are going to be slightly different (in one you start with a user and get a node; in the other you start with a node and get a user). So you'll have to have two separate pages.
An alternative, btw, would be to write a small piece of code that redirects node/XXX to user/YYY if XXX is a profile node.