Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I'm experiencing the same problem. Admin user can see everyone's Location data in the account/profile, but not regular registered users. Regular users can only see their own location.
Here's a quick fix for this. It will display location on user's profiles if the current user has the permissions to "submit latitude/longitude", as opposed to perms to "administer users". Ideally there would be a new perm checkbox that says "view users' location", but this works for me for now.
Comments
Comment #1
mr.andrey commentedI'm experiencing the same problem. Admin user can see everyone's Location data in the account/profile, but not regular registered users. Regular users can only see their own location.
Is anyone else experiencing this problem?
Comment #2
mr.andrey commentedHere's a quick fix for this. It will display location on user's profiles if the current user has the permissions to "submit latitude/longitude", as opposed to perms to "administer users". Ideally there would be a new perm checkbox that says "view users' location", but this works for me for now.
in location.module, find this line:
... and replace with this:
Andrey.
Comment #3
bdragon commentedIn 3.x there is a 'view all user locations' permission.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.