새롭고 개선된 /about 소개 페이지가 공개되었습니다

Discourse의 /about 페이지를 재설계했습니다. 설정 옵션에 대한 자세한 내용은 문서 주제에서 확인하세요: Understanding and customizing the About page

/about으로 이동하면 바로 확인할 수 있습니다. 스크린샷은 다음과 같습니다:

주요 추가 기능

  • 페이지 상단의 배너 이미지

  • HTML/마크다운을 지원하는 확장된 설명

  • 넓은 화면에서 여백을 줄이기 위한 2열 레이아웃

  • 관리자와 모더레이터 목록의 확장/축소 기능

  • 사이트 소유자가 디지털 서비스법(DSA)을 준수할 수 있도록 방문자 및 EU 방문자 통계 제공. 이를 위해서는 display_eu_visitor_stats 설정이 활성화되어 있어야 합니다.

피드백

새로운 /about 페이지나 해당 관리자 설정 영역에서 버그를 발견했거나 제안할 사항이 있다면, 이 주제에서 바로 알려주시기 바랍니다.

35개의 좋아요

Ability to customize text on /about with full editor is appreciated! Great improvement..

I think the layout could be improved though. Something seems off to my perfectionist eye :wink: Banner doesn’t respect right margin and Contact Us seems a bit unanchored vertically (imagine how it would work with longer site description - few paragraphs).

I am not sure if text template report_inappropriate_content can contain a group tag, like @moderators, it would be great if it could include a call to action.

5개의 좋아요

Yup. Mobile doesn’t like this banner at all.

4개의 좋아요

A better balance is easily mocked up (on desktop anyway) by forcing a width on the banner and a negative top margin on the right sidebar:

.about__banner {
  width: 970px;
}
.about__right-side {
  margin-top: -4.5rem;
}

8개의 좋아요

It would be great if there were an easy way to hide admins (or moderators). Maybe have a hidden-admin group? Or maybe have a group for the admins you want to show! Then it could default to admin and moderator, but they could select another group.

My use case is to keep random users of sites where i am am admin because I installed it, or once helped with some technical issue, from contacting me asking for help that I can’t give.

The computer scientist in me likes to group to use instead of admins. The guy who just wants his username not to be included likes to be able to just hide it.

10개의 좋아요

One quality of life improvement I would like to see is an edit this page link at the top like you get on the FAQ, terms of service and privacy pages. It would link straight to /admin/config/about.

I agree this looks a lot better, especially on mobile where even the recommended width of 800 pixels is causing most of the picture to disappear off the right side of the screen.

That’s a great feature request. We’ll take it under advisement. I’m not sure what the smallest change we can make here is that would make this possible. Maybe just a user preference only shown to users who are Admins or moderators? Or, as you say, a site setting to specify the groups to display on the about page, defaulting to Admins and moderators? There are category moderators to, however, so not sure how this would play out.

To be very honest, this is a page we we’ve been wanting to improve for a long time and I’m glad we were able to show it some love, in part in response to requests from customers who needed to update the stats shown on it for gdpr/digital privacy act purposes. However, it’s not the most visited page on discourse so we don’t need to absolutely gold plate it.

10개의 좋아요

It would seem like the allow users to hide profile setting would let an admin change that in their settings, but I don’t see it on my profile on two sites I just checked where I"m an admin.

4개의 좋아요

That seems easiest, and requires nothing from the people who run sites where I don’t want any users to know that I’m an admin.

Then I could get rid of GitHub - literatecomputing/discourse-hide-admins-about: Theme component to hide some admin users from about page · GitHub, which I found here: Hide staff from /about page

7개의 좋아요

Looks great! :star_struck:

I love the expandable/collapsible list for staff.

However, one thing that seems to be odd/using space is displaying ‘0 Moderators’. If there aren’t any it would look better if it showed nothing?


edit: As for @pfaffman’s request (which I agree with) perhaps in the configuration page there should be something like this..

7개의 좋아요

Very nice work

2개의 좋아요

Warning! This does not take into account the category moderators which are also listed in the (current) about page. The situation here is more complex: given a number of admins and category moderators, there can be a lot of duplication on the page. See, for example, About - petites singularités (there are way more categories when you’re logged in, with quite some duplication).

7개의 좋아요

I am on Tests,-passed fully up to date as of today. I do not see the experimental About page option. In experimental area or even with search

2개의 좋아요

The setting was unhidden some hours ago
https://github.com/discourse/discourse/pull/28662

3개의 좋아요

Agreed the category moderators should be toggle able/configurable.

Maybe an option to enter choose category to see a specific category mod members?

4개의 좋아요

I just had completed an update prior to posting. Still not showing

1개의 좋아요

Interesting
I can see it

2개의 좋아요

Seems had to do a refresh. Now it is showing.

3개의 좋아요

Added this to mobile

//* About Banner adjustments 

.about__banner {
  max-width: 392px;
  width: auto;
  margin-left: -1.50em;
}

Result

This puts out in main outlet? Can we put in our code the main outlet for it to autosize image to main outlet for different devices?

This was code awesombot shared before for image scaling global banner. I used it to fix Global banner display issue in air theme.

//global banner mod
#banner img {
    width: 100%;
    height: auto;
    max-width: unset;
}

Other considerations. I Really like the new layout; has a polished feel. Maybe with image to align with other image areas. Maybe have

  • Light/Dark
  • Desktop/Mobile

For the banner image.

Note:

Category mods do not show on the about page. At least not on my Instance. :+1:

2개의 좋아요

Can there be some sort of toggle so that users can see the numbers across different periods of time, instead of predefined timelines (today, year, all time). For example, a dropdown to view the different times for each number (like the old version with the table, but now a dropdown)?

4개의 좋아요

It’s just your instance. Or rather the settings. Category moderators show just fine on our instance.. Maybe it’s because the user group with the moderation privileges is publicly visible.

<section class="about category-moderators moderators-example-category">

If I may, I’d go the way of an admin settings to list which user groups to show on about there rather than showing some checkbox to opt-out to individual users. I think it’s generally admin’s decision what exactly to show there.

4개의 좋아요