Redirect User on Login
Recently I had to redirect users to the home page, and although I can do this with the 'Rules' module, I also wanted to...
Override html.tpl.php for a certain content type
Similar to another post aimed at using a different page.tpl.php for a certain content type, sometimes I've needed to...
White Screen After Updating Date Module
I'm always a little cautious when updating modules, so I tend to download and unpack the new modules into a 'workings'...
Drupal 7 Site Set-up
Once the site files have been uploaded either by the 'one click install', or by the manual approach, you're left with...
Example of hook_form() and hook_form_submit()
For every settings page you'll need to use the Form API to allow the user to add/edit the configuration values. This is...