See this forum post for an explanation: http://drupal.org/node/287999. If you browse through the location directory (location/directory when enabled in Views), the top level page doesn't have a name & the next-level page says Country when it's really a list of Provinces, and so on. This is easy to fix by overriding the view settings, but it would be nice if it worked out-of-the-box.
My apologies if this is fixed in Location v.3. Haven't had time to test the upgrade yet.
Also the location directory functionality should be mentioned in the README. I spent weeks trying to build this kind of functionality using Taxonomy, but it was right in front of me all along in the Location module. It's definitely a huge timesaver now that I know about it though!
Comments
Comment #1
bdragon commentedActually, all the title stuff in 3.x is still in-progress, but it should work better than 1.x/2.x.
Comment #2
bdragon commentedTidied up in Drupal 5 and Drupal 6 versions.
The directory view should now have logical and consistent titles.
http://drupal.org/cvs?commit=148086
http://drupal.org/cvs?commit=148096
http://drupal.org/cvs?commit=148097
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
Chad_Dupuis commentedThis appears to still be an issue withrc2, particularly for %1 which doesn't return the proper values. See my post here http://drupal.org/node/329601 which I marked as a duplicate and closed.
Comment #5
yesct commentedChad, this might be an issue for rc2, but can you try the dev version? I think it is fixed in there. Post back if it is still a problem in dev.
Comment #6
Chad_Dupuis commentedIt works fine now...
Comment #7
yesct commentedthanks!