Hi,
Would it be possible to have a book based on a single node per chapter with unlimited number of image upload? it's really overkill to create a node for each page: why can't we just upload all the images on one node?
thanks

Comments

P.eugene’s picture

You can use the Batchpages plugin (at Book tag attributes (global default) in /admin/settings/pageflip/megazine3) plugins="batchpages"

and in the XML Override field of Pageflip Chapter node you write the code:

<chapter pages="/path/to/image[1-X].jpg|_big?br"/>

1. The image directory is "//root directory/path/to"
2. The images name is " image1.jpg, image2.jpg, image3.jpg,..... imageX.jpg"
3. The images high resolution name is "image1_big.jpg, image2_big.jpg, image3_big.jpg,... imageX_big.jpg"
4. You can add as many code lines you want in one Pageflip chapter node. Every line is like “one chapter"
5. It will be nice (in the future) it's not nesessary to make chapter's node and we can working to Pageflipe Book node directly

Very nice job

ps. http://81.186.130.244/e-library

velpan’s picture

Can't find the "XML Override" field at Pageflip Chapter nodes. Am I missing something?
Did you mean the "XML Override" field at Pageflip Page nodes?