Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
book.module
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
31 Mar 2005 at 14:01 UTC
Updated:
6 Aug 2010 at 19:53 UTC
As discussed on the docs list, a feature to move multiple book pages to another place in the book is pretty essential. Marked critical because we'd like to see it for the new handbook. :) Please see the docs list discussion for more details. (somewhere around here: http://lists.drupal.org/archives/drupal-docs/2005-03/msg00295.html)
Anisa.
Comments
Comment #1
killes@www.drop.org commentedI may be confused but think that this feature is already there. If I have a page A that is parent to B and child to C, B will still be child to A after making A child of D instead of C. Please re-open if I am wrong.
Comment #2
rivena commentedYour situation is this:
Original:
>C
>>>A
>>>>B
After making A child of D:
>C
>D
>>>A
>>>>B
What we would like to be able to do is:
Original setup
>A
>>1A
>>2A
>B
>>1B
>>2B
>>3B
We think that really, 2B and 3B really belong in A, not B, so, in one operation, we want to move those two pages to go under A.
After change:
>A
>>1A
>>2A
>>2B
>>3B
>B
>>1B
In Drupal now, you would have to do it seperately.
I am pretty sure this is true, other wise someone would've said something when we discussed it originally. :)
Anisa.
Comment #3
jose reyero commentedI think this would be a nice feature but I don't agree with setting it as a "critical feature". I mean many people would like to see Drupal 4.7 out and could live without this one.
In addition, a more general feature, like a few filters for the admin>content>book page and a drop down to change each page's parent individually would be more useful
Comment #4
puregin commentedMarking this as priority 'normal'.
Bulk editing functionality will be available in 4.7 using export_dxml module, followed by off-line/desktop editing and re-importation using bookimport module.
If someone can create a mockup of a UI for bulk-moves of pages, or even just have a clear description of how this might actually work in detail, this would still be a nice thing to be able to do in Drupal.
Djun
Comment #5
ricabrantes commentedI thinks this is active, No??
Comment #6
scoutbaker commentedFeature requests go against the current development version.
After 2 years, this doesn't seem high on anyone's list. The export_dxml module mentioned is available for D4.7.x and D5.x. The Book import module is only available for 4.x. There may be replacements for either or both of these modules.
@ricabrantes: Perhaps you could research some of the contrib modules to see if this functionality is is already present. There are a couple of export modules, and the Google Summer of Code 2006 produced the Import/Export API. If there are modules that perform the requested function, this issue could be closed out.
Comment #7
jody lynnThis has long been fixed with drag and drop and book joining the menu system.