Hi all,

I'd like to be able to pull information about the author of a node in my my node template override that I'm using through Panels. I'd like to be able to insert the user picture of the author of the node into the layout. Is there a way to access profile fields of the author of a node like this? I thought about a mini panel that takes a node as argument for that context to decide which user picture to show, but unfortunately I can't see how to do this in the current UI if it is possible.

Comments

triskele’s picture

Status: Active » Closed (works as designed)

You know what? I've answered my question. I created a relationship to the node author, and now the fields I need are available. Still learning panels, thanks for your patience.

theullrich’s picture

Thanks man had the same problem.
If anyone else is having this problem you just go to contexts and under relationships add "User from Node (on node.node_author)"