Drupal Theming, JQuery, Site Building & Front End Web Development » Danny Englander
High Rock Media Blog
-
20 / Jul / 2012 | by Danny EnglanderUsing 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... -
18 / Jul / 2012 | by Danny EnglanderJQuery 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... -
2 / Jul / 2012 | by Danny EnglanderTheming 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... -
14 / Mar / 2012 | by Danny EnglanderTheming 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...