Nov
18
Sending HTML email in Drupal
Fri, 11/18/2011 - 19:19 | 5 comments
Sep
2
Populating a vocabulary with provinces, towns and postal codes
Fri, 09/02/2011 - 19:16 | Add new comment
I'm working on a website that required an easy way to associate locations with a content type. It should be possible to first select a Province from a dropdown list, and then choose from a list of the towns in that province.
Aug
4
Setting a different front page for each language in Drupal 7
Thu, 08/04/2011 - 14:37 | 16 comments
The use case: a multilingual Drupal 7 site, with each language having a different node to serve as front page. Each of the nodes have the same URL alias "home". Setting the homepage to the "home" URL does not work, since the Path module is returning the first match it finds, causing the wrong translation to be shown for all but one language.
The solution is in the i18n_variables module which is a part of the Internationalization module. This module allows to customize the front page variable for every language separately.
