views:

227

answers:

3

Hey,

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 (http://imgur.com/xCtYe) without my intervention, almost like a linked list of page nodes.

How would I achieve this?

A: 

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

Andrew Weir
+1  A: 

I see you already solved it, but just FYI, you can also use the http://drupal.org/project/custom_pagers module to do this as an alternative to the book module.

Mike Crittenden
+1: thanks for the info, i didnt know that module, looks pretty usefull! I would suggest to use the View module, if the book behavior doesnt completely fullfill his needs
DaNieL
A: 

You might also check out NodeQueue

Justintime