I'm looking for a module which can create nodes with multiple pages and which will automatically create a menu to browse these.
I also want to add a unique node title, I don't want to use the title of the first page. So what I want is something like this:

Graphics card xx test
- Introduction
- Specifications
- Test 1
- Test 2
- Conclusion

Another example: http://tweakers.net/reviews/1443/tekken-6.html

Thanks.

Comments

dplh’s picture

Have you looked at the Book content type?

I believe it automaticaly creates nodes like http://drupal.org/node/35172 - which has menu links at the bottom of each page to the next and previous page.

I havent used this content type myself so it is just a suggestion to look at it....

Veel success!

Attila’s picture

Thanks for your reply. I already took a look at the Book module, but it still isn't excactly what I'm looking for. Any other solutions?

Attila’s picture

I've found a module called Pagination, which is almost perfect. The only problem is that I can't add a custom title to the first page, it automatically uses the node title. Does anybody know how to add this option?