Koizu Posted May 25, 2009 Share Posted May 25, 2009 hi guys, I'm planning to produce my own manga (comic) and want to have a viewer similar to the ones on these sites: http://www.onemanga.com/Naruto/2/01/ http://www.mangafox.com/manga/naruto/v01/c001/7.html In particular, I'm interested in figuring out how to code those drop-down menus you see to access the different chapters, pages, etc. and to be able to click on a button to go to the next page. The folder hierarchy I'm thinking of using is something like Manga >Series >>Volume >>>Chapter >>>>Page (I would upload all the jpegs into the "Page" folder) I've looked all over the web for help but don't know where to begin. Is this something simple to do or is it a little complicated? I'm kind of new to php. thanks Koizu Link to comment https://forums.phpfreaks.com/topic/159540-how-to-make-an-online-manga-viewer/ Share on other sites More sharing options...
fantomel Posted May 25, 2009 Share Posted May 25, 2009 you could build a simple cms with a photo gallery and for the dropdown menu you can use some css google Link to comment https://forums.phpfreaks.com/topic/159540-how-to-make-an-online-manga-viewer/#findComment-841628 Share on other sites More sharing options...
Axeia Posted May 25, 2009 Share Posted May 25, 2009 Think he was talking about the <select> changing the page when something is selected. http://www.javascriptkit.com/combo.htm accessibility is poor though, if javascript is disabled it doesn't work at all.. and google wont find any of those pages (unless informed via say a sitemap) Depending on what you want to do you could simple use directory names and use images in it. However if you're going to make overviews and such things I think you'd be better off with some database behind it. Link to comment https://forums.phpfreaks.com/topic/159540-how-to-make-an-online-manga-viewer/#findComment-841645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.