Ok first make a backup of your board in case you erase or edit something your not supposed to if your not familiar with the script code....
Then in your contol panel under themes:
Open: /Themes/default/Display.template.php and find this line of code:
// Show how many posts they have made.
echo '
', $txt[26], ': ', $message['member']['posts'], '<br />
<br />';
after you find this code add this code under it:
echo '
', $txt[227], ': ', $message['member']['location'], '<br />
<br />';
If your afraid of messing something up let me know and I would be happy to do it for you.