Posts Tagged ‘Drupal 6’

Adding More Regions to a Theme in Drupal 6

Posted: 14th May 2010 by Andrew Brown in Tutorials
Tags:

I installed a new theme on the site today and wasn’t satisfied with the regions offered for placing blocks. Luckily, I’m a brilliant hacker of code and knew how to add more. And I promise to you, in less than 5 minutes, you’ll know how to add new regions to a Drupal 6 theme too!

In each theme, you’ll have a .info file and a page.tpl.php file. You have others, but these are the important ones for adding regions. Assuming you have a theme named Awesome, your files would be Awesome.info and page.tpl.php.

Awesome.info is pretty straight-forward to edit.

Drupal 6: Making clean URLs work with 000webhost

Posted: 27th April 2010 by Andrew Brown in Tutorials
Tags: , ,

I’ve seen a ton of people having trouble getting Drupal to emit clean URLs with their installation and the answer isn’t always the same due to the myriad of different hosting providers and servers out there.

My hosting provider of choice is 000webhost but until today I haven’t figured out how to successfully use clean URLs.