I want to create a 'Software Download Website' like File Hippo. I want to list softwares according to popularity, recent softwares, browsers, anti malware etc.
When user clicks on the name of the software he should be redirected to the page which will contain the description of the software. There will be a link provided for download.
How can i achieve this in Drupal? Which modules?

Comments

narayanis’s picture

what documentation have you looked at so far? what modules have you researched?

bawoor’s picture

you need CCK module to create custom content type,
http://drupal.org/project/cck
VIEW module to viewing your custom content type.
http://drupal.org/project/views
and other related modules with cck
http://drupal.org/node/92375

ꦱꦠꦽꦶꦪ

mubin1’s picture

how i create a download website like filehippo? have any video tutorial? i want to learn step by step????

lca7’s picture

axxo4 ,Have you built your software download site?
Can you show it to us?
I want to build a site like you said.

DIMSKK’s picture

Hi,

It is not difficult. You need:

1. CCK for custom fields.
2. Views and panels for displays and custom page layouts respectively.
3. Imagefield with imagecache to handle images and their links.
4. Core upload module or cck filefield module for file uploads.
5. Voting api and fivestar or rate modules for ratings.

What more features you want? Let me know by replying to this comment and I'll tell you the required modules for them.

DIMSKK

bawoor’s picture

use this module for download file counter.
http://drupal.org/project/pubdlcnt

ꦱꦠꦽꦶꦪ

googlg’s picture

Actually I do the same things now confused !

googlg’s picture

I want to built a download website: It is used to upload our company softwares for user to download,I am new to Drupal7,how can I achieve it
use which modules

mubin1’s picture

brother, i am new in drupal, i want to create a website like you, how i create a download website? have any video tutorial step by step or any type tutorial????

Pierre.Vriens’s picture

Around the time this issue was created, we launched such download site (in D6). It includes features such as membership subsciptions, terms & conditions, user points, views, node access, support tickets and quite a few other modules. We gained a lot of Drupal experience by working on this site, but also learned that this is not an easy task to complete. The entire site was created with contrib modules only (so yes that's perfectly possible).

Contact me via my profile page for a pointer to the actual (commercial) site.