Is there a way to make a child book page belong to two parent book pages, something like

Book1
--childpage 1
------common child page

Book2
--childpage 2
------common child page

obviously being the "common child page" the same book page.

Thanks in advance.

Comments

jrockowitz’s picture

This is almost impossible to support because once a user is on the common child page, both books (aka menus) need to be active.

One solution is to create a second node and use the InsertNode module (http://drupal.org/project/InsertNode) to pull in the content from the first node.

andrés chandía’s picture

Not viable at the moment, I'm on D7, and Insert Node ha releases only for D6.
Thanks anyway, if you have some more advices I will appreciate them.

jrockowitz’s picture

Status: Active » Closed (won't fix)

Using 'insert node' is the only viable solution, I can think of.

Here is a link to the D7 port ticket.
#902244: Port to D7? Searching for a co-maintainer...