Drupal 7

Drupal 7 multisite improvement : multi-site directory aliasing

Using Drupal's multisite feature, one can use a single codebase for multiple sites. This leaves a smaller footprint and makes your sites more maintainable since you only have to update one bunch of files.

This was already possible in versions prior to Drupal 7 by creating a configuration directory whose name was based on the site's hostname and pathname.

Although easy to setup this was sometimes cumbersome to maintain if you had different copies of your site running on different locations. During the creation of a site, one might typically maintain a development copy, an acceptation copy and a production copy. All these are on different locations. This would lead to creating several versions of the settings directory for one particular site.

In Drupal 7 a solution is provided for this particular problem. A new configuration file is available under the sites folder, called "example.sites.php". Using that file you can set up directory aliases. To see what those are, let's look at a particular example.

Written on January 18, 2010 at 15:10, tagged as Drupal 7, Drupal, multisite

Configure links on modules overview page in Drupal 7

One of the smaller improvements in Drupal 7 is the addition of "Configure" and "Permissions" for each module in the modules configuration page. For each module we now have quicklinks pointing to the module's configuration page and the correct section on the "permissions" page.

configure-link-drupal7.png

Since we're all working hard now on making our contributed modules Drupal 7 compatible, I wanted to mention here how to make use of this small feature in your own module.
The "permissions" link is added there automatically by Drupal. For the "Configure" link you need to add one more line to your module's info file.

Written on January 18, 2010 at 08:51, tagged as Drupal 7, Drupal, module development

What's new in Drupal 7 Alpha 1 ?

Yesterday, January 15, 2010 was a big day for Drupal. Our beloved CMS became 9 years old! And boy, did it mature well. To celebrate its birthday, Webchick (Angie Byron), Drupal 7's maintainer released the first alpha version of Drupal 7.

Since a lot of people are wondering what's new in version 7, I decided to gather a list where you can find this out.

Written on January 16, 2010 at 09:32, tagged as Drupal 7, Drupal

Drupal 7 - What's new (from an end-user perspective) ?

Today we hosted our Drupal seminar at Calibrate seminar, organised by BuzzBerry.

I did a presentation on Drupal in general (which I'll upload later) and on Drupal 7 specifically. We wanted to give our (potential) clients and Drupal people in general a short overview of what Drupal 7 means for end users. You can find the presentation on slideshare, download it or watch it below.

Written on November 18, 2009 at 21:44, tagged as Drupal 7, Drupal, presentation

About

drupalcoder.com is a blog on all things Drupal in specific and LAMP on OS X in general. It is maintained by Davy Van Den Bremt, a Belgian (Drupal) web developer and designer living in Ghent. The goal of this blog is to log all interesting things that have crossed the writer's path while developing Drupal sites. You can read all about Davy's professional activities on his LinkedIn profile. If you want to get in touch, use the contact form.