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.
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
Comment #1
dawehnerSo 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.
Comment #2
Jboo commentedThank you, that's just what I was looking for.