Tagged: Drupal 7

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...

Building a new theme for Drupal 7

Even though the theme structure has not changed appreciably from Drupal 6, Drupal version 7 comes with a new theme implementation methodology. This small article shows how to create a new Drupal 7 theme...