Hi,

I have a view Type: Content that displays fields like node:body and node:title, but I'd also like to display the author name of the node. However, I can only see an option to display uid. Is this possible in a block display?

Thanks for any help.

Comments

dawehner’s picture

Status: Active » Fixed

So what you have to do is to add a relationship from the node to the author of the node (a user).
This relationship is called content: author

Once you have done this you have a user: name field available.

Jboo’s picture

Status: Fixed » Closed (fixed)

Thank you, that's just what I was looking for.