Hi, I have the following:
display suite
Drupal 7
panels
views
cck
Profile2
Entity API
well, I created a custom node type, then I created a view to recover that node using views and display suite.
On the other hand, I created a profile with Profile2 with custom fields, one of them a photo.
What is the best way to recover the author's profile node photo field (profile2) on display suite?
using a dynamic field there is no code section profile/profile2, and using code field tokens I can see all profile fields except the image field... [profile2:field-face]
thanks, greetings
Comments
Comment #1
pfrenssenYou can make a custom DS field for this. Something like this:
Comment #2
pfrenssenUpdating title.