By Andreas Wolf on
Hi,
how can I show a list of orphan book pages ?
In D5.x there was a "administer > content > books > orphan pages", which showed me all the book pages which where not attached to a book.
It had a corresponding function book_admin_orphan which could be used in a block.
In D6.x there seems to be no such function any more.
I've tried to assemble a view with a filter
Node: Type = Book page
Book: Depth = 0
This does not work. I can add Book: Depth to the fields list and it shows 0 for all orphan pages, but I can't filter by that value.
Thanks
Comments
Found the soultion myself
Here is the export of a basic view showing orphan book pages.