Article
Posted on 12th November 2010
Takes about 1 min to read

Facebook is rapidly taking over the planet, and Drupal is arguably trying to do the same. Facebook added the concept of 'liking' a webpage to their array of social tools a while ago. Drupal modules quickly added the ability to 'like' content on your site. This is all well and good, but what about getting some of that data back into Drupal? Suppose that you have an image gallery, and you want people to be...

Article
Posted on 11th November 2010
Takes about 1 min to read

Aegir is a system for managing sites using Drupal and drush. We use it to manage this site in fact. However, we use a fairly old version. As a precursor to doing some more work on the backup management I wanted to get my head around the new version of Aegir, and the object orientedness. There's a really useful tutorial over on the Aegir community site: http://community.aegirproject.org/node/75 That shows you how to add options to...

Published in: #Aegir #Drupal Planet #Drupalgive
Article
Posted on 1st July 2010
Takes about 1 min to read

Quite often you need to redirect a particular path on a Drupal site, there are a number of ways to do this, but most involve writing PHP code. Also, it's not hugely easy to do things like redirect node/%node but only when %node is a 'image' node, posted on a Tuesday. The awesome Page manager module, and a little utility module we wrote changes that. Page manager redirect Drupal module exposes a 'task handler' to...

Article
Posted on 12th June 2010
Takes about 1 min to read

Views is awesome. You get a ton of flexibility and power, but that comes at a price: Some of the queries that views produces are less than optimal, and the rendering of results can take a long time. Views 2.6 introduced a nice solution to some of the issues, with the introduction of caching plugins. Views itself comes with a single cache plugin (okay, okay two if you're really counting) that is time-based. So you...

Published in: #Drupal Planet #Drupalgive