Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
it is because book.module uses if ($type == 'node' && isset($node->parent)) { to test whether this is a book page and the links should be added. Unfortunately task.module uses a $node->parent field too. Only fix i can see is to rename parent to something else in task.module
Comments
Comment #1
twohills commented+1 here
Comment #2
twohills commentedit is because book.module uses
if ($type == 'node' && isset($node->parent)) {to test whether this is a book page and the links should be added. Unfortunately task.module uses a $node->parent field too. Only fix i can see is to rename parent to something else in task.moduleComment #3
moonray commentedDuplicate of #128552.
Comment #4
vignesh_89 commentedhi i'm new to drupal....i couldn't get the "add child page" menu after creating my page....could any1 plz help me out with it.....