Topic: Development

Faking imagecache for external images in Drupal

Imagecache is just one of those modules that we use on a consistent basis. There are usually many places within a complex site where the ability to crop and scale an image to a certain size comes into play. While this works great for images that you are storing on your own server, you run

Read more »

Using multiple node access modules just got a lot easier, maybe

Two new hooks were recently committed to HEAD that will give Drupal 7 unprecedented flexibility when it comes to managing multiple node access modules on one site. Up until now, enabling multiple node access modules usually leads to unwanted behavior, most often exhibited by access being granted unexpectedly. This is partially because Drupal ORs access

Read more »

Multiple nodes from single node submission in Drupal

At Advomatic we recently had a use case to create multiple nodes from a single node submission. This is something that Drupal can handle relatively easily but, it is just not that intuitive so here is a tutorial on how I accomplished this. This tutorial will cover how to create two nodes, an image node

Read more »

Table-free Gallery Grid View in Drupal

In my role here at Advomatic, doing Drupal Development, for the last two projects I’ve worked on, I’ve gotten requests for a surprisingly tedious layout that looks a little like this: It’s a grid of images with captions of varying length. Now, this would be a cinch with tables, I prefer to handle these with

Read more »

Drupal Multimedia – Learning New Tricks

Aaron Winborn, one of our awesome developers here at Advomatic, wrote a book on Drupal Multimedia, titled shockingly, “Drupal Multimedia“. He’s been getting lots of feedback and reviews, the latest coming from Ken Rickard. Ken astutely opines: Let me start the formal review by praising Winborn’s depth of knowledge and commitment to Drupal and the

Read more »

Framework to Extend hook_block in Drupal

As you have probably already seen at Drupal.org, Advomatic recently launched the new site for the New York State Senate. This front page announcement has received some interest from other developers, and as promised, I’m detailing the custom block framework that we use there and on other sites. First the background information. I assume that

Read more »

The New York State Senate

After winning control of the New York State Senate for the first time in almost 50 years, the Democratic party turned to Advomatic to quickly deploy a new website powered by Drupal. There were many challenges to be overcome, and their requirements pushed the envelope in some areas such as permissions and work flow. In

Read more »