Jump to content

how to make an online manga viewer?


Koizu

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.