tags:

views:

45

answers:

1

I know how to add a childpage to an existing book, with an url like this:

/node/add/book?parent=9228

The last number is the book page's id.

How can I set it to create a new book?

Thanks.

+1  A: 

I have looked at the code but as far as I can see, Drupal does not offer that possibility by default. I'm not 100% sure if this works, but you could try to install the prepopulate module and use this:

/node/add/book?edit[book][bid]=new
marcvangend