Discourse Central 테마 — 메타 사전 공개 시작!

도움이 될까요?
Can I disable the + Section button in the sidebar for non-admins? - #4 by Arkshine

이 내용에 대해 #위키 주제를 작성하는 것이 좋을 것 같습니다. 이 질문은 꽤 자주 올라옵니다.

4개의 좋아요

Hi folks, is there a way to pull out just the style of the topic listing to use from Central on the default theme? With the small like and reply buttons?

One good way is to goto the theme or theme component’s GitHub and look over the code.

In your custom component copy a snippet you want to modify. This will give you the element you want to target. (Using inspect element in your browser is good as well. If in desktop you can try changes in the console).

If your wanting to override a setting use “!important”

Ie

Original code

. some-selector {
   Color; red;
}

New code with override

. some-selector {
   Color; blue !important; 
}

The team suggests copying code and making changes. Similarly you can use other theme & components to snippet codes as examples to achieve desired effects.

2개의 좋아요

The user preferences section on mobile device is currently experiencing responsiveness issues. There’s excessive whitespace, making it difficult to navigate and use effectively on smaller screens.

1개의 좋아요

Contribute > UX 카테고리를 중앙 테마로 열면 다음과 같이 보입니다:

2개의 좋아요

@ludwikc I cannot reproduce what you are seeing in your screenie. Can you please add more info, like the exact URL, and maybe a copy or screenie showing any console errors?

2개의 좋아요

Discourse Design team experimentation topic 이(가) 여전히 고정되어 있나요?

#contribute:ux를 클릭하여 재현할 수 있었습니다.

4개의 좋아요

Ah ha! I do not see the error when I do not have it pinned.

As soon as I pin the topic (and refresh the page) it does display wrongly as in @ludwikc 's screenie.

Nice catch, @Moin !

4개의 좋아요

It seems it’s broken now. :thinking:

3개의 좋아요

@ludwikc
I had the issue as well, I realized that if I removed the topic tags (still pinned) or if I removed the pin, it would fix the issue. So, you can only do one of these two things.

2개의 좋아요

It seems as of the latest discourse version (3.4.0.beta3-dev), the content repeats and is not compatible.

3개의 좋아요

Central theme is broken - #2 by david is probably also interesting for those who reported it here

5개의 좋아요

Thanks @Moin, and also to the other reporters :pray:

The fix is now merged, so things should be working again after you update the theme. Sorry for the disruption.

7개의 좋아요

When use Discourse AI plugin, ai bot add to header setting not work with Central theme.

2개의 좋아요

I did report this back in September.

Along with other issues, if you look above, you will see if you have the same issues. :+1:

3개의 좋아요

can’t wait for the release!

Could someone add the repo link to the first post? It is quite difficult to find.

5개의 좋아요

Thanks @Moin, updated the OP :slight_smile:

3개의 좋아요

It’s a beautiful theme. I can’t wait for the official release. :blush:

2개의 좋아요

Can I access the categories and the FAQ on mobile devices?

3개의 좋아요