# /about 페이지에 TL4 멤버 표시?

**URL:** https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209
**Category:** Support
**Created:** [2월 24, 2023, 11:36오후 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209 "2023-02-24T23:36:26Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [2월 24, 2023, 11:36오후 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/1 "2023-02-24T23:36:26Z")

</div>

`/about` 페이지에 TL4 멤버들을 소개하거나 목록으로 표시할 방법이 있을까요?

현재는 스태프와 모더레이터만 표시하고 있는데, 같은 페이지에 TL4 멤버 그룹도 함께 소개할 수 있으면 좋겠습니다.

CSS나 JS로 이런 효과를 낼 수 있을까요?

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [2월 24, 2023, 11:45오후 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/2 "2023-02-24T23:45:28Z")

</div>

리치 씨,

이것을 찾았어요. 아직 유용하거나 관련이 있기를 바랍니다.

> [@Add more groups to "About Us" page](https://meta.discourse.org/t/add-more-groups-to-about-us-page/110381/4?u=ondrej):
>
> There isn’t a setting you can change to do this, but it’s possible in a theme. Add this to admin \> customize \> themes \> edit CSS/HTML \> common \> head \<script type="text/discourse-plugin" version="0.8"\> const ajax = require('discourse/lib/ajax').ajax; api.registerConnectorClass('about-after-moderators', 'custom-group', { setupComponent(args, component) { var groups = ["trainees", "interns"]; // Add group names here groups.forEach(function(group) { a…

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [2월 25, 2023, 3:51오후 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/3 "2023-02-25T15:51:20Z")

</div>

완벽해요, @ondrej 감사합니다 😃

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [2월 25, 2023, 3:54오후 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/4 "2023-02-25T15:54:35Z")

</div>

다만 레이아웃에 다소 특이한 점이 있습니다. @awesomerobot 를 태그했는데 연결된 게시물이 잠겨 있네요.

제가 추가한 TL4 사용자 그룹은 2열만 차지하는데, 관리자 및 모더레이터는 3열을 차지합니다 🤔

 ![Screenshot 2023-02-25 at 15.53.00](https://global.discourse-cdn.com/meta/original/4X/7/3/9/739d78562a42473fffdcca189355a83b027b16b9.jpeg)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2월 28, 2023, 10:55오후 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/5 "2023-02-28T22:55:23Z")

</div>

이상하네요, 제 환경에서는 재현이 잘 안 되고 모든 섹션에서 열 수가 동일하게 유지됩니다… 해당 섹션의 사용자 정보 길이에 영향을 받는 것일까요? 어쨌든 자세히 살펴보니, 특정 폭에서 빈 열처럼 보이는 문제를 방지하기 위해 이 레이아웃의 유연성을 개선할 수 있을 것 같습니다

 ![Screenshot 2023-02-28 at 5.53.46 PM](https://global.discourse-cdn.com/meta/original/4X/0/0/f/00ff4c03fcc62325bff74307088b3c09d67adcd7.png)

☝ 현재 상태가 최선은 아니므로 공간을 더 잘 채울 수 있도록 개선할 수 있습니다… 우선순위는 높지 않지만, 시간이 나면 이 부분을 업데이트해 보겠습니다

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [3월 1, 2023, 11:06오전 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/6 "2023-03-01T11:06:52Z")

</div>

좋을 것 같네요, Kris @awesomerobot 😃 감사합니다!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [3월 31, 2023, 11:07오전 UTC](https://meta.discourse.org/t/displaying-tl4-members-on-the-about-page/256209/7 "2023-03-31T11:07:35Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
