By uifund on
Hi,i'm a newbie in drupal.
I added a new block named "links" to contain different links.
say "my story" links to node/1
say "my Business" links to node/2
If I want "my life" links to a web page which contains the content of node/1 and node/2,how should i do?
thanks
Comments
Views module
You can use the Views module to display the contents of node/1 and node/2 together in a page and create a new URL for it and then link 'my life' to it
Hope this helps.
---
www.drupaldiy.com - Showcase your Drupal site
It works. thanks for you
It works.
thanks for you help.
Another Solution with panels
I think the panels module has come for this
Third Solution with CCK
You can use CCK and the nodereference field type to reference the two nodes and display their body/title.