Posted by ocamp on September 26, 2010 at 12:43pm
Hi, im trying to create a page which displays items in creation date order, so newest nodes will be displayed first.
I'm trying to list nodes using the node table and show several fields, but I would also like to list all comments in my view taken from the comment table and displayed as comments not fields.
If it was 2 views, I would create a node view set style to fields and choose what fields I want. Then another view select comments and choose to display as comments. and that would be it, But I need to mix the items together, in one view.
Is this possible at all?
Thanks for any help
Comments
It seems to me you need something like attachment views
here is an overview of what they are:
http://www.packtpub.com/article/drupal-6-attachment-views-page-views-the...
tcc