Search code examples
phpdrupaldrupal-6

How do you create a "linked list" of Story nodes in Drupal 6?


I'm trying to link together a number of pages in a regular flow in Drupal. The way I've been doing it recently, is to create a new Menu and then seperately create a page for each menu item.

For example, I have a menu block with links One through to Six. I then create six pages and link One to node/1, Two to node/2, Three to node/3 and so on.

This is fine, but I'm told that I can create a number of story nodes instead, and they'll link together at the bottom of the page like so (https://i.sstatic.net/kD1HX.jpg) without my intervention, almost like a linked list of page nodes.

How would I achieve this?


Solution

  • I worked it out. I had to enable the book module. Co-worker just explained to me after reading the question :)