High Rock Media Blog

  • How to add a block region to a node page in Drupal 6

    As a Drupal themers / front end developers, we are always asked to push the envelope of what's possible with design and theming. With Drupal 6, custom block regions are usually added in page.tpl.php which is normally outside of the actual page node...

    Read more...
  • Screencast: Tracking File Downloads in Drupal 6

    In this video, we explore how to track file downloads in Drupal 6 using the Filefield Download Tracking, CCK and Private Download modules. I'll also show you how to do this using a hybrid public / private file system.

    Read more...
  • Theming Unique Home Page Elements in Drupal with $is_front & PHP

    Ask 10 Drupal Themers how they would accomplish a task in Drupal and you just might get 10 different answers. Most likely those 10 different ways of accomplishing the task would all be valid and unique. This concept would apply when theming a home page...

    Read more...
  • Creating Custom Content Type Page Templates with Drupal & PHP

    We were recently asked to create custom landing pages for a Google ad campaign for a Drupal site we developed. The issue we faced was that the layout for the landing page was not really close to anything in the existing theme. (Updated for Drupal 7).

    Read more...