Community

How to Use Views in place of Book module?

Hello,

I would like to use Views for all the core features of the core Book module, such as:

"book"-specific pager
"book"-specific menu/navigation
"book"-specific breadcrumb

Put another way, how do I use Views 7.x-3.5 to do the following:

1. Display a series of related pages (my "book")
2. Associate those pages via a "previous/next" pager
3. Generate a menu based on the title (or other field) of each book's pages, with the active page highlighted in the menu

I'm new to the latest version of Views, and I've not been able to do all three of the above using Views alone. I assume I'll need a combo of modules such as Panels and Context, but I'm hoping to keep it as simple as possible.

Thanks very much for any help you can offer.