Drupal is one of the most flexible, modular and customizable open source Content Management Framework (CMF) powering thousands of websites. With more than 4000 contributed modules it is not an easy task to get started. Therefore web2make made a list of 10 must have Drupal modules.
1. Views
The Views module provides very easy to use user interface to create all kind of SQL queries you need.
This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results. Views can be used to generate reports, create summaries, and display collections of images and other content.
2. CCK
This module lets you add custom fields to node types. What are the fields? For example textarea, file upload, selection box are just a...