Show name of country in Views summary when using Countries module
Posted by ryz on May 3, 2012 at 3:54pm
I am using the Countries module (7.x-2.0-beta2) with Drupal 7.12. A Country field is part of a node and a View of all these nodes looks like this:
Place1 United States
Place2 Mexico
Place3 United States
Place4 Canada
Place5 Mexico
The Views summary, with Country field as contextual filter/argument results in the following:
CA (1)
MX (2)
US (2)
I want to get the default or full country name rather than 2-character ISO country code in the summary, but have not managed that despite trying different country field configurations.
Read more