Drupal

Please note...the following articles relate to the Drupal content management system and are generally only of interest to other developers and web site builders. We don't tend to allow comments on these articles, but if you do require further explanantion please use the contact page

Drupal plugin - Font Resizer

drupallogo.thumbnail.jpgSynopsis

 A handy little Drupal plugin that let's users increase/decrease fonts with a single click

nb I tried  the official drupalfont  resizer, but could not get it working, on the off-chance that you have the same problem...

Overriding module functionality in Drupal

drupallogo.thumbnail.jpg

Synopsis

Sometimes it is necessary to override the functionality of a particular module. You may wish to to customize some functionality but without hacking the core code of the module.

How do you do this ?

There are several ways, here is just one.....

Drupal navigation on error pages

drupallogo.thumbnail.jpg

Synopsis

As of drupal 5.x blocks are not processed on 403 and 404 error pages, instead the contents of the specified pages are used along with the site theme to create an error page (or simply the words 'page not found' if no error page has been specified).

This decision was a deliberate one....

Adding and removing regions from a Drupal template

drupallogo.thumbnail.jpgSynopsis

This article discusses how to create and remove regions within a theme.