기능
“list” 모드에서 https://meta.discourse.org/t/topic-list-thumbnails-theme-component/150602와 함께 사용하면 좋습니다!
발췌문 자체는 Discourse Core가 생성하며, '고정’된 주제의 발췌문과 동일한 로직을 사용합니다. 발췌문이 어떻게 생성되는지에 대한 문의나 제안이 있다면, 새로운 Support 주제를 만들어 주세요.
팁: 테마에 다음 CSS를 추가하여 발췌문에 줄바꿈을 유지할 수 있습니다:
.topic-list .topic-excerpt {
white-space: pre-line;
}
게스트의 내용에 따라 결과가 이상하게 보일 수 있다는 점에 유의하세요.
설정
이름
설명
모바일에서 발췌문 표시
데스크톱에서 발췌문 표시
활성화된 카테고리
특정 카테고리에서 발췌문을 활성화합니다. 카테고리와 태그를 모두 비워 두면 모든 경로에서 발췌문이 표시됩니다
활성화된 태그
특정 태그에서 발췌문을 활성화합니다. 카테고리와 태그를 모두 비워 두면 모든 경로에서 발췌문이 표시됩니다.
우리가 호스팅을 하고 있나요? 테마 컴포넌트는 Standard, Business, Enterprise 플랜에서 사용 가능합니다.
47개의 좋아요
Great, a blog-like topic listing (together with Topic List Thumbnails Component)!
Can it be restricted by category like the other component?
7개의 좋아요
david
(David Taylor)
5월 15, 2020, 1:01오후
4
13개의 좋아요
Thanks, much appreciated.
I also take the chance to report that there is some kind of incompatibility with the Topic Thumbnails component, since the images appear twice for each topic in the topic list (topic list option on thumbnails component + topic excerpts component).
2개의 좋아요
david
(David Taylor)
5월 18, 2020, 2:30오후
6
9개의 좋아요
downey
(Michael Downey)
3월 3, 2021, 11:44오후
15
Love this component; thank you! Is there any way to adjust the word/character length of the excerpts displayed in topic lists? (Never mind, I found the topic excerpt maxlength site setting, adjusted it, and rebuilt HTML for the topic posts in question.)
4개의 좋아요
th21
4월 3, 2022, 12:36오전
26
The category setting works but the tag setting is not working on the latest discoures.
2개의 좋아요
david
(David Taylor)
4월 12, 2022, 11:02오전
27
@th21 tag handling should now be fixed - sorry for the delay!
3개의 좋아요
Canapin
(Coin-coin le Canapin)
이 글을 에 분리
9월 12, 2023, 12:50오후
29
Canapin
(Coin-coin le Canapin)
이 글을 에 분리
9월 12, 2023, 12:30오후
32
Hi,why the read more is grey in my site but in yours is blue, how can i chane the color?
1개의 좋아요
Hi, you can use CSS to customize.
For example, using the predefined color for links. Though, you can provide the color you want.
.topic-excerpt-more {
color: var(--tertiary);
}
1개의 좋아요
Hi, this component gets rendered on the discourse docs plugin page and makes the excerpt clickable to the url of the discourse discussion not the doc url, is there anyway to avoid this from happening?
Hi, it’s possible to show the latest post instead of the first post?
2개의 좋아요
dsims
(Daniel)
5월 17, 2024, 12:36오후
38
I have a plugin + theme-component for this: Topic List Latest-Post Excerpt
2개의 좋아요
There is a problem with the theme component in desktop?
when i have it enabled, thats shows avatars like that:
i have updated my discourse today
EDIT: IS there a way to limit the number of lines/characters for the excerpt?
2개의 좋아요
eisammy
(Sammy)
12월 29, 2024, 5:02오후
40
Yeah same here
Lastest it’s okay when logouted but others routes when discourse-right-sidebar-blocks are enabled this happen
Jagster
(Jakke Flemming)
3월 3, 2025, 11:26오전
41
The excerpt toggle button isn’t visible on mobiles. By desing, an accident or am I asking too early?
I love this! Is there any way to block excerpts from showing on private messages?
Canapin
(Coin-coin le Canapin)
3월 20, 2025, 3:45오후
43
I’ve tried this component, and it doesn’t show excerpts on personal messages.