Drupal 7 Tutorial: Porting CCK Modules from Drupal 6
One of the biggest changes when it comes to module development from Drupal 6 to Drupal 7, is the functionality of CCK module in 6 is now in core.
One of the biggest changes when it comes to module development from Drupal 6 to Drupal 7, is the functionality of CCK module in 6 is now in core.
By replacing Drupal's core search with Solr, it's possible to gain very fine control of the results. Not only is Solr very flexble, but the...
I love views. It makes my job easier, so I can focus on the more complex things, rather then having to hand-write queries, create forms for filtering...
Set the Admin theme Seven comes installed with Drupal 7 Rubrik is nice but has one bug that doesn’t show view replacement patterns
This list makes sure that we covers our... Ahem, bases. This is an update to the blog post originally written by Dylan Tack, our Lead Drupal Engineer.
Custom formatters are a great way to control the output of your fields. In this tutorial I'm going to use an example that takes a user's Facebook URL...
Update: Use this module Old Method: Views can be very handy, but the views interface can be a little tricky. A question that comes up when training...
Over the years, I've created a list of ways to make Drupal easier for one of my target audiences: the non-technical admins and editors that run the...
I love the Internet rabbit hole. So often I go looking for something specific and get lead down a completely different path.
Views 3 addresses some of the most stubborn parts of Views 2, and significantly improves the way Drupal programmers deliver features to clients.
Drupal 7 includes a big re-factor of the way CSS and Javascript are aggregated. What does this mean for your sites? In short: You will see a greater...
To celebrate the release of Drupal 7, we created a new cocktail named in honor of our new core theme (and of course Ms. Bartik).
You know that list of checkboxes on the theme settings page that let you turn on and off parts of the theme like the logo or slogan?
URL shorteners (such as bit.ly and tinyurl) have been called the "herpes of the web". Beyond just link-rot, a public shortening service is per se an...
I've now been working professionally in Drupal for a year and have learned a lot about it; I have some patches into contrib but I've not really done...
Taking the time to make the Drupal admin friendlier is rarely on the top list of priorities for clients.
Our new site design is live, so if you're reading this in a feed reader, please click on through!
It seems that I hear a lot of people within the Drupal community focusing on how to make Drupal scalable.
I'm working on an HTML5 theme for Drupal 7 right now, and I needed to change the meta content-type tag. By default it looks like this: , and I needed...
A strange quirk in Drupal 6 hard-codes comment rendering into the node module. This makes it quite difficult to reposition comments, for instance...