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


i'm trying link number of pages in regular flow in drupal. way i've been doing recently, create new menu , seperately create page each menu item.

for example, have menu block links 1 through six. create 6 pages , link 1 node/1, 2 node/2, 3 node/3 , on.

this fine, i'm told can create number of story nodes instead, , they'll link @ bottom of page (http://imgur.com/xctye) without intervention, linked list of page nodes.

how achieve this?

i worked out. had enable book module. co-worker explained me after reading question :)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -