www.animeomnitude.com is my site I am looking into converting it into drupal. So I have on my current site for exampl a multimedia section. click on Anime Downloads and it shows a list of Anime series. Click a series then it has a page with a ton of links to download the file. How can I replicate this in Drupal. So create Multipedia Menu and then have links Anime Downloads underneath etc. Also when creating the Anime series page would it be possible to have the series go there automatically or do I have to create each series page and then copy and paste its URL to the anime downloads page? I know this is not well explain but I am very confused. If someone could give me clear instructions I would be very grateful as this is the only thing that is stopping me from moving forward in Drupal!
Everything is possible with Drupal. I didn't catch what are you trying to say regarding the series page. As for the menu you will be able to do that with Nice Menu module. You really have to be willing and devote some time in learning Drupal to be able to do this. Start by the 'getting started' section in the site.
Okay so on the left sidebar navigation of my drupal site I want Multimedia Anime Downloads Manga Downloads When someone clicks the Anime Downloads they are taken to an alphabetical list of Anime series links. Then on the series they see all megaupload links. I would like to know how to do this doing drupal because I have been messing around for ages trying to do it. Also is it possible that when I am creating the Anime Downloads page can I get it to automatically list pages that contain link to anime series downloads. Or do I need to create each page e.g series 1 download links and series 2 download links. then copy their url and link it in anime downloads page? Hopefully this is clearer
Please don't expect that everything will be serve to you in a silver platter. You have to go over with the information that is already given to you and explore them yourself. Anyway, that thing you want with your menu can be achieved by nice menu. Nice Menu will already work out of the box the way you want it on your site. You will be able to display content in any possible way you want using Views Module. First create a node/content with the link field. These fields will be available for manipulation in Views. There are a lot of documentation on how to learn Views on drupal site.