Newbie question maybe, but I couldn't find anything on this..

I'm trying to build a View of titles of Books that are on site. There is "Book parent title" selectable for field, but that does not work as it gives only Books that have child pages, and it gives some Books multiple times. How can I get the Book titles?

Comments

CloudCuckoo’s picture

Use Node: Title for the field and a filter instead:

For Drupal 5 - filter the view with Book: Parent Node. Operator can be 'is all of' or 'is one of'. Value is 0.

For Drupal 6 - filter on Book: Depth with operator 'is equal to' and value 1.

A-Aas’s picture

if filter on book:depth with equal to value 1 then it shows the book title .. but i want the book title at the same time article title that are under the book how can i do it .... i want output in this order : book title-> article1, article2,article3 ...

i want to create a page that list last 10 books ... but while listing last added book it should show some teaser and book image and other 9 books title should be listed below it ... is it possible to do with single view ? if not how it can be done plz help.......

Andy1981’s picture

I've just upgraded to the latest release candidate (rc 2). Previously, I could access the Book: Depth option, but now this option doesn't exist? I have books enabled, but am using a custom content type (with the content type as the default for book pages). The view option to filter starts from "Comment", but there are no "Book" related options. Is this a bug with the new rc, or am I doing something wrong?

Thanks

Andy1981’s picture

No longer applicable. This issue has been fixed in rc3.