0
votes

In Drupal, I would like to display some user related nodes on their "My Account" page. I would like to do so by creating a View that i would add as a field on the user entity (through admin/config/people/accounts/display). I could use Computed Field in order to load and render the view but that is not very convenient as it requires me to write PHP code.

In short, is there a module that allows to add dummy fields containing a view in the "manage display" sections of entities?

Thanks for your help.

1
I'd consider asking this over at drupal.stackexchange.com - Madbreaks

1 Answers

1
votes

Yes, Viewfield. This allows you to reference a view and renders it.