I am changing the Content Layout of a Teaser Display of node through panelizer. I need to show the author picture in Teaser bt Panelizer not giving me any option for doing this.
Kindly Help.
I am changing the Content Layout of a Teaser Display of node through panelizer. I need to show the author picture in Teaser bt Panelizer not giving me any option for doing this.
Kindly Help.
Comments
Comment #1
merlinofchaos commentedOn the contexts page, you need to add the relationship to fetch the user from the node author.
Then all data related to that user will be available.
Comment #2
mpotter commentedI'm actually having this issue as well. After adding the relationship I can add the picture, but nothing gets displayed. The user id, name, etc can be displayed, but not the picture. I tried creating a second relationship for a File using the Node author user's picture field, but when I try to display the File in the Teaser view, I just get the text "Entity info." where the image should be.
Picture field for user is just a simple Image field.
Comment #3
mpotter commentedComment #4
stewart.adam commentedLikely related to #1965148: Load the full Panelizer default object, which is showing the same symptoms but for a profile2 relationship.
Comment #5
damienmckenna