Hi,
sorry but i've read all the issues and the pageflip readme.txt and i cant make a book.
i've installed: - pageflip in sites/all/modules
- sites/all/libraries/jquery.cycle/jquery.cycle.all.min.js
- sites/all/libraries/jquery.ba-hashchange/jquery.ba-hashchange.min.js
- megazine3 in sites/all/libraries/mz3
i've enabled pageflip, pageflip html viewer and pageflip megazine3 viewer modules
i've imported the content types from pageflip/content_types
i've created some pages, one chapter and one book using one page as cover, another page as opening page and the chapter.
When i view the book the page is empty only has a link "View this story in the HTML/JavaScript player", if i click it shows a black page with the next message "You are currently reading Test book" but i cant view anything else.
Internet explorer returns a error in pageflip_html_viewer.js line 85, "object dont support this property or method".Line 85 is: $(this).cycle({
someone can help me please? thanks!!
pd: sorry for my english
Comments
Comment #1
adamdicarlo commentedI think your main problem is due to the hacky way PageFlip embeds the Flash object. It uses drupal_set_content('footer',...) in order to spit out the embed code into a place late in the document. It should probably put that into $closure instead. I don't have time to work on it today but thought I'd give you a heads up!
Comment #2
adamdicarlo commentedAlso, you may be able to fix the JavaScript error by pulling the latest dev snapshot (which might be a little unstable). Or stay on beta1 for now and install views_cycle as pageflip 1.0-beta1 looks for jquery.cycle in the views_cycle module's folder.
Comment #3
cutecyborg commentedPlease how were you able to import the content types? i'm having difficult following the steps you followed. thanks
Comment #4
l_arbalette commentedyou first have to enable the "Content Copy" module, in the CCK subsection of the modules list.
As soon as it is enabled, you should see under "Content types" 2 new buttons : Export and Import.
Choose Import, and then, in the empty text field appearing, you just have to copy/paste three times the content of the 3 text files provided with the PageFlip package : modules/pageflip/content_types/pageflip_book.txt
modules/pageflip/content_types/pageflip_chapter.txt
modules/pageflip/content_types/pageflip_page.txt
and of course, click Import.
Comment #5
cutecyborg commentedthank u very much, i've now gotten it. Thanks
Comment #6
adamdicarlo commentedThanks, l_arbalette.
Comment #7
cutecyborg commentedPlease how do i deal with the blank pages? i've created my content, but i just see a blank magazine? could u help me with that?
Comment #8
pdemil commentedto remove the white ad pages:
you can put this call in comment ( // in front of the call)
// pageflip_mz3_viewer_inject_ads($vars['chapters']);
line 128 in pageflip_mz3_viewer.module this directory modules/pageflip/pageflip_mz3_viewer
Comment #10
djrox8 commentedHi,
I have followed all the steps to create a Page Flip Book. All set up was successful.. But still after importing pages (image files) as well as swf files (when used with mz3); the Book Biew is not showing up!. It only shows the book title, but no any page/chapter etc... Need a help, how to resolve this issue..
(plz let me know, if you need any specific information to answer) I am using Drupal 6.19: uber cart..
Thanks in advance..
-
dj
Comment #11
adamdicarlo commentedYes, I do need specific information to answer: What version of PageFlip, how you created your nodes, and where exactly you're looking for the book view, and what you're seeing (screenshots are best).