By kikiapple on
Can views attachment be attached to nodes?
I would like to attach some statistical information, which is generated automatically, to nodes.
I've created pages of statistical information by views module, e.g. node/1/statistic
But I don't know how to attach the page right below the corresponding node content, i.e., node/1 or node/1#statistic
Comments
You need to install the Views
You need to install the Views Attach model.
http://drupal.org/project/views_attach
This gives you some extra displays including 'Node content' where you set the content-type to attach the view to.
Thank you
Thank you very much.
The module is exactly what I needed.