Drupal


How to create a module in Drupal 7.x

What is a module in Drupal? A module is nothing but a collection of functions that links into Drupal, providing all the additional functionality/behaviour for your Drupal installation or your Drupal site. After reading this tutorial, you will be able to create a basic block module and use it as a template for more advanced Read more...

 

Working of Drupal theme system

Drupal 7 - Theme Anatomy

Ok, we can do this the hard way or we can do this the Drupal way! In the below section I’ve tried to define the theme structure of Drupal 7.x. Always remember ”Never hack core!” Why you shouldn’t modify core files No matter how easy it is to modify core files to make Drupal do what Read more...

 

20+ most installed modules of Drupal

druplicon.small_

There are more than thousands of contributed Drupal modules, but sometimes it’s necessary for us to find out which is the most installed Drupal module that can be perfectly suitable for our project. Below I’ve listed some of the most used/installed & essential Drupal modules: Views What is Views The Views module provides a flexible Read more...

   

Is Drupal 7 slow?

There are some performance issues with Drupal 7 currently on some server/server configurations. As a start, you could try the 7.x-dev snapshot to see if there are any improvements. Is your server is a shared hosting or your own server or local development environment? Did you already use Drupal 6 in the same environment? Did Read more...

 

How to use Views Slideshow in Drupal 7

1. Required Modules (Version: Drupal 7.8) Views (7.x-3.0-rc1) Views Slideshow (7.x-3.x-dev) Chaos tool suite (7.x-1.0-rc1) Libraries (7.x-1.0) Link (7.x-1.0) Token (7.x-1.0-beta6) 2. Install the Modules In Drupal 7 you can install modules from the admin section, but I still feel this new feature doesn’t have any meaning, because we have to search for the module Read more...