Friday, September 10, 2010

Drupal: Create a view to display taxonomy content in alphabetical order, which also displays the taxonomy term in the correct language

By default, taxonomy pages display content in the order they were entered, and this is not customizable unless you update the core module.

To get around this, create a view with taxonomy term as the argument, simple. When you enter %1 as the custom title in the argument settings, it will nicely change the title of the page to the taxonomy term - HOWEVER! the term will only display in the default language and ignore the user's current language. Here is a solution using php to produce the title in the view's custom header setting.

View my Drupal post here: http://groups.drupal.org/node/92499

0 comments:

Post a Comment