Issue status update for http://drupal.org/node/27736 Post a follow up: http://drupal.org/project/comments/add/27736 Project: Drupal Version: 4.6.0 Component: book.module Category: feature requests Priority: normal Assigned to: Prometheus6 Reported by: Prometheus6 Updated by: Prometheus6 Status: patch Attachment: http://drupal.org/files/issues/BOOK_4_6.txt (6.87 KB) Using the book.module to organize some 150 nodes, I found the parent select became unwieldy very quickly. Working on a site for my daughter, who wants to use the module to organize her fan fiction, I decided to fix that for her. This patch splits the parent select into two levels: one to select the top-level book nodes, and one with only the children of the selected top-level node, to select the actual parent of the node you are working with. It inserts a bunch of really basic, dynamically generated Javascript to update the parent select and adds five new functions. Patch is for version 4.6.2 Prometheus6