There is a "add child page" link below every task, if book.module is enabled.

Comments

twohills’s picture

+1 here

twohills’s picture

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

moonray’s picture

Status: Active » Closed (duplicate)

Duplicate of #128552.

vignesh_89’s picture

hi 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.....