Category: Drupal 7

Redirecting to WWW With Drupal .htaccess

Below are some tips to help make your Drupal Content Management System driven website more Search Engine friendly using the .htaccess file.  Your .htaccess file is located in the root of your Drupal installation. ...

Drupal 7 : How to add a new region

Creating a new region Say you want to add a new region to a specific layout, e.g: page.tpl.php. Adding new sidebars Adding new panels How to create onepage regions & menus In TB Page,...

Create Module Drupal 7 – Part 2

In this tutorial, we will continue Drupal developpement sample of our module called myblock in part 1. By implementing hook_help(), a module can make documentation available to the user for the module as a...

Creating a Drupal 7 module from scratch

Drupal’s API (Application Programmer Interface) provides the golden combination of simplicity and power. Almost every phase of Drupal’s page building process can be intercepted and the data modified. But powerful modules can still be...