array( 'type' => 'node', 'description' => t('Move to book outline'), 'configurable' => FALSE, 'behavior' => array('changes_node_property'), )); } function views_bulk_operations_book_movetobook_action($node) { $node->book['bid'] = 297; // set this to the nid of the book parent. $node->book['plid'] = 5269; //set this to the mlid of the book parent. you can find this by looking in the "add child to book" link rendered on the parent page. book_nodeapi($node, 'update'); } ?>