High Rock Media Blog

  • Using Views Contextual Filters to Create a Related Content Block With Drupal 7

    I recently built my new photo portfolio site High Rock Photo and on single image gallery pages (a Content Type I created), I wanted to show "related" images that were in the same category, images that were tagged with the same taxonomy term.

    Read more...
  • JQuery Theming Tips for Drupal 7

    I often see posts on the drupal.org forums and elsewhere in regard to implementing jQuery scripts and code into Drupal. It seems common that users try to attach JQuery right within page.tpl.php or html.tpl.php. In other words, it's hard-coding a...

    Read more...
  • Theming a Views Post Date With Drupal 7 ("Date in Parts")

    In my last blog post I showed how to theme a node post date. I'll take it one step further this time and show how to do the same thing with a View. This assumes you are using the Views Module, and a use case would be if you want to display a feed of...

    Read more...
  • Theming a Node Post Date With Drupal 7

    In this article I will show you how to theme a post date in Drupal 7. The goal is to take a boring date printed inline and theme it so it stands out as a design element.

    Read more...