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 »Topic: Development
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 »Drupal Maintainability II – Separation of Church and State
This week’s blog post on Drupal maintainability is about keeping things separated (You can take a look at the other posts in the series). Drupal is really powerful. One of the core assumptions is that every site will be different and so everything can be manipulated and extended to your heart’s content. And for any …
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 Embed Views Display
If you don’t know about embedding views you might want to check out this post first http://views-help.doc.logrus.com/help/views/embed. Update – This is now a module that you can download on d.o. Embed Views – Project page Have you ever created a view and the only thing you needed it for was embedding it somewhere on your …
Read more »Drupal for Privacy Buffs: Configuring Your Drupal 6 Site to Work Without Cookies for Anonymous Users
A Drupal 6 site we are currently building has a requirement to not set cookies for anonymous users. In this blog post, I describe the hack-free solution we implemented for them that prevents Drupal from setting cookies. There are three steps we took to put this solution into place: Override Drupal’s session.inc file to disable …
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 »