Hide Users Column

:discourse2: 요약 Hide Users Column은 사이트의 LatestTop 페이지에서 Users(사용자) 열을 숨깁니다.
:eyeglasses: 미리보기 Discourse Theme Creator에서 미리보기
:hammer_and_wrench: 레포지토리 링크 https://github.com/discourse/discourse-hide-users-column
:open_book: Discourse 테마를 처음 사용하시나요? Discourse 테마 사용 입문가이드

이 테마 컴포넌트 설치

기능

변경 전:

변경 후:


:discourse2: 우리가 호스팅을 제공하나요? 테마 컴포넌트는 Standard, Business, Enterprise 플랜에서 사용할 수 있습니다.

20개의 좋아요

If ‘Topic list previews’ theme-component is installed ‘Hide Users Column’ hides the topic thumbnails, I just used in common:

.topic-list .posters { display: none; }

Seems to work.

1개의 좋아요

Yeah, I tried this CSS, it work for PC, but mobile still display on the left.

There is a warning on 3.3.0 stable for this theme component:

Deprecation notice: The displayNewPosts property of the topic model is deprecated [deprecation id: discourse.topic.totalUnread]

1개의 좋아요

This component would be much more useful if it could be configured for individual categories IMHO