The way I've set up my book is: (This setup can't be changed)

Title of Book
--Chapter 1
----Paragraph 1
----Paragraph 2
----Paragraph 3
----Paragraph 4
--Chapter 2
----Paragraph 1
----Paragraph 2
----Paragraph 3
----Paragraph 4

. . . and so on for each chapter. The "body" of each chapter is blank. Right now when a user clicks a particular chapter, he or she sees a page containing links to each paragraph. He or she then has to click on a link for each paragraph to see it. .. standard book functionality.

What I want is for a user to be able to click "Chapter 1" and see the first 10 (or whatever # I or the user wants) paragraphs on the page. The user then clicks a link for "Next 10" to see the next 10 paragraphs. How can I implement this?

Thanks for your help.

Comments

taqwa’s picture

I guess I'll post the solution for anyone who wants to do this in the future. This code snippet allows you to restrict your navigation bar as you see fit:
http://drupal.org/node/44648

And the "insert_View" module coinciding with a properly configured view does the rest.

dmnd’s picture

Lukas2000,
thank you. This is terrific. I was wondering how your experience has been since 2007. Have you run into any issues like performance?

Is there a website where we can go and take a look at this?