Is there a way to display a node as a content of another node? I would need to have a view created by views module to be displayed inside a book page..

Comments

efolia’s picture

See : http://drupal.org/project/insert_view to insert a view easily.
(or : http://drupal.org/project/InsertNode for a node)

Cheers,

efolia

wpanssi’s picture

Does the trick. Thanks!