Here is the code I’m using, but the {location} field is never displaying any data:
{exp:comment:entries weblog="{my_weblog}" limit="25" entry_id="{segment_3}"}
<b>{name}</b>{if location} <i>({location})</i>{/if} says:
<div class="entryBodyComment">{comment}</div>
<div class="entryPosted">{comment_date format='%l, %F %j, '%y'}</div>
{/exp:comment:entries}Thsi is of course inside a {exp:weblog:entries} tag.
I can verify that some geographic information has been added to the field for certain members, but it never displays.