I have about 340 nodes in one big book.
The book has about 15 top level pages and these all have children. The maximum depth is 5 levels.

I set up a view for this using the method on https://www.drupal.org/node/1493366.

It kind of works but, for some reason, it sort of gives up creating the tree at a certain point.
It misses some of the 2nd level book pages, but the child pages of this are intact and show in random places as top level pages.

In the book outline the structure is intact, but views tree for cannot make sense of it.
Sorry I do not understand what is going on.

Any notion as to why it might be doing this?
I know this is really vague, but I am stumped on this.

Comments

dadderley created an issue.

dadderley’s picture

Still have not found a solution but I have been playing with this a lot.

I altered the view to add a contextual filter nid (with the book parent relationship) and gave it a fixed value of the nid top level page.
This resulted in have all of the top level pages show up in the view as top level pages in the correct order. But, there are no child nodes - just the top level pages are shown.

In a way this is reassuring, because at least I know that my book structure is OK.
But I am not getting my desired results.
The desired result being a view in a page display that shows the entire book hierarchy.

I could make my development site available, if anybody wants to take a crack at this.