# Display user location (and custom field) on group members page

**URL:** https://meta.discourse.org/t/display-user-location-and-custom-field-on-group-members-page/50020
**Category:** Feature
**Created:** [12 בספטמבר,‏ 2016,‏ 4:53pm UTC](https://meta.discourse.org/t/display-user-location-and-custom-field-on-group-members-page/50020 "2016-09-12T16:53:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [12 בספטמבר,‏ 2016,‏ 4:53pm UTC](https://meta.discourse.org/t/display-user-location-and-custom-field-on-group-members-page/50020/1 "2016-09-12T16:53:10Z")

</div>

I’d like to be able to display the user location on the group members page. Also potentially a custom field, which displays organization affiliation. Is this something that others are interested in? Could it be handled by customizing the template?

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [13 בספטמבר,‏ 2016,‏ 11:59am UTC](https://meta.discourse.org/t/display-user-location-and-custom-field-on-group-members-page/50020/2 "2016-09-13T11:59:35Z")

</div>

The template affected here is:

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/group-index.hbs](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/group-index.hbs)

To edit this template from a plugin would, I’m relatively sure, require overwriting the whole template, so it would be nicer to submit this as a PR.

I expect different organisations have different wants for what columns do display in the group page, so I think it would make sense to add a site setting which allows an admin to change what columns are displayed. Something like this:

![](https://global.discourse-cdn.com/meta/original/3X/0/f/0fa1120dca3783d41837d7fc4481dfa13831845b.png)

`my_organisation` being the custom field there. From an ease-of-coding standpoint it might have to be something more like `user_field:1`.

I think that would best fit under `site_settings/category/users`. I’m happy to be corrected, though.

Would this be welcomed as a PR?

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [9 במאי,‏ 2019,‏ 9:42am UTC](https://meta.discourse.org/t/display-user-location-and-custom-field-on-group-members-page/50020/3 "2019-05-09T09:42:35Z")

</div>

Is this possible through a theme component now? We’re interested in removing some columns and adding the ‘About me’ information from users’ profiles to the members table.

---

<div class="post-metadata">

### Author: ![Lynne\_Fetterman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lynne_fetterman/32/172493_2.png) [@Lynne\_Fetterman](https://meta.discourse.org/u/Lynne_Fetterman)
#### Post date: [21 במאי,‏ 2020,‏ 10:38pm UTC](https://meta.discourse.org/t/display-user-location-and-custom-field-on-group-members-page/50020/4 "2020-05-21T22:38:26Z")

</div>

Any update on customization of group field display? We have an experts group and would like to be able to display bios and badges on the members page.
