Top 10 drupal modules
Drupal is the most popular content management system today, the strength of drupal comes from its modules. Modules are used to add new features to drupal CMS. In this post i have listed most popular and top 10 modules used today.
1.Administration Menu
Administration menu module provides an interface for Drupal. It’s very useful for Drupal users. It is must for all the drupal developers and site developers. The menu will be appeared at the top of the site. Which is a drop down menu with each categories. It gives you fast access for drupal backend.
Visit: http://drupal.org/project/admin_menu
2.Views
Probably the second most important module for Drupal website development. Views module is used to create views from content. This module creates query for the database and executes it to display the related content view. It is very useful when we want to display news, latest posts etc.
Visit: http://drupal.org/project/Views
3.CCK (Content Construction Kit)
Content Construction Kit is a module, which allows you to create custom content types. It is a very handy module. This module is included in the core of drupal 7 version
Visit: http://drupal.org/project/cck
4.Panels
This module allows you to create pages that are divided into areas of the page. It includes a couple of 2 column and 3 column layouts by default, With a little knowledge of html,css and php we can edit the layout. It also uses AJAX GUI.
Visit: http://drupal.org/project/Panels
5.MultiBlock
We can assign a block to only one region in drupal. MultiBlock creates another instance of that block to place in another region. We can have another block to a region. If you change the parent block its instance changes as well.
Visit: http://drupal.org/project/MultiBlock
6.Coder
Latest version of drupal will not have support for older version modules. Coder module allows us to convert the older version module to higher version. Very useful for drupal developers.
Visit: http://drupal.org/project/coder
7.SEO Checklist
Search Engine Optimization is very important for most of the sites. This module allows us to make the site popular by its checklist. Checklist will provide the actions need to be taken to maximize the site’s presence.
Visit: http://drupal.org/project/backup_migrate
8.Devel
Devel very useful for drupal website designers and developers. It shows a summary of all database queries for each page request at the bottom of each page.
Visit: http://drupal.org/project/devel
9.Backup & Migrate
Backup & Migrate module is used for automatic scheduled backups that run in the background with cron. It is also used to copy the database from one site to another.
Visit: http://drupal.org/project/backup_migrate
10.Pathauto
The Pathauto module automatically generates path aliases for various kinds of content. The aliases are based upon a “pattern” system which the administrator can control.
Visit: http://drupal.org/project/pathauto

