By cecepe on
Can I put a view and node in same page ?
I would a view like taxonomy_term with a link of node in same page.
Ex.
----------------------------------------------------------
View Name
Title Filed1 Field2
xxx xxx xxx
yyy yyy yyy
zzz zzz zzz
Node zzz
This is a content of node zzz
-----------------------------------------------------------
Thank's
Comments
Yes you can
In views row style set it as "node".
does it do THIS:
... looks nearly the same, but I'm not sure:
what I need is a page, that shows a view and when I click on one of the listed items, the node is opened on the same page (ajax)!?
is that possible?
THANKS!
I was after something similar
I was after something similar - a teaser view of nodes, click one of them and it was displayed with the view repeated underneath, minus the node being displayed. The easiest way to achieve this was to use a combination of views and panels. Panels however is not recommended for productions sites in D6 though.