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...
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...
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...
Why Zen theme ? The Zen theme is the natural first step when theming Drupal. It reduces Drupal down to the essentials, allowing for a solid foundation to build up from. The alternative? Copying...
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...
It is difficult to remove some WordPress theme footers because the coders coded complex code outside the footer template itself. When removing footer the theme will stop working or works with errors … It...
If you are using WordPress, I’m sure you are using my AskApache Google 404 Plugin, but whatever your error pages may be, using SSI you can make them better. My 404 Error Page is...