PHP

Monday, May 27, 2013

List of Drupal modules you must have

Modules play an important role in developing a Drupal site. Here are the list of some important Drupal modules you need to run a basic site.

  1. Backup & Migrate: This module is specially for developers. This module help to dump database and keep scheduled database backup.
  2. Path Auto: This is one of the best module in Drupal. It is used for automatic path aliasing. It requires Token module to operate. By default Drupal's URL looks like : http://www.site.com?q=node/1, by using Path Auto module this URL can be converted to something like this: http://www.site.com/CUSTOMURL. This URL looks more beautiful than the previous on and even better for Search Engines.
  3. Views: One of the best module in Drupal. This module is used to customize your site's content view sorting, paging, creating content filters,creating pages and blocks and many more. It  requires Chaos Tool Suite module to operate. Suppose you want to create a page where you want to list some articles with paging and sorting feature. To do this, Views module will provide you an interface where you can select articles, create a custom page name to show the list of articles, you can even create a filter to search the articles. You can do this all without a single line of PHP code. 
  4. Captcha: Everybody wants their website's form to be secure. Nobody wants to see the list of spam emails in their inbox. This module works best if you want to control spam in your site's forms. It supports, Math captcha, Re-Captcha and image captcha.
  5. Page Title: It provides us the ability to customize the page title of our Drupal site pages. We can customize the page title using certain tokens or content types. Mostly used for Search Engine Optimization.
  6. IMCE: Best module for uploading, re-sizing, creating thumbnails from images. Provides support for inserting image in textareas. Demo
  7. Google Analytics: Seo Module, it makes easy to insert the google analytic script in our website.
  8. ColorBox: This is a lightbox plugin for jQuery. If you want to display your site's content and images in an overlay or frame then this module is best. Demo


3 comments:

  1. Good post Bishwadeep.
    I would suggest to keep it more detailed so that even beginners would get help.

    Cheers.

    ReplyDelete
  2. cud not agree more to what Mr Bhattarai has mentioned above...
    good work

    ReplyDelete