Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I wouldn't think you need to do that, there are field and/or node modules that allow you to embed a View directly into the node - even select them from a list etc. Possibly something like this http://drupal.org/project/viewreference
Thanks. That would take care of a related-articles view, but I'd also like to add a block of social-media links (facebook, twitter) below the node's photo. Is there a way other than a region to embed blocks below a field?
Comments
Comment #1
Jeff Burnz commentedI wouldn't think you need to do that, there are field and/or node modules that allow you to embed a View directly into the node - even select them from a list etc. Possibly something like this http://drupal.org/project/viewreference
Comment #2
ithacaindy commentedThanks. That would take care of a related-articles view, but I'd also like to add a block of social-media links (facebook, twitter) below the node's photo. Is there a way other than a region to embed blocks below a field?
Comment #3
Jeff Burnz commentedTheme it in the template. You can use module_invoke() or add a region to the node template. Examples abound.
FYI this is not a general help forum, its for this themes issues, if you need such help please consider your options.
Comment #4
ithacaindy commentedright. understood.