홈페이지에 새 주제 버튼을 두 개 만들 수 있나요?

i want to have two Create a new Topic buttons on my community page.
is it possible ?

I want to have one button for creating a community post.
Other button to create a Idea.

Please confim.

HI @Srujan_Madderla, welcome to the Discourse Meta forum!

Discourse does not provide a way of doing this, but possibly the functionality could be added through a theme component or plugin. If you are new to Discourse, theme components allow you to add client side code to your site’s theme. Plugins can run server side code. It is generally easier to develop and install theme components than it is to install plugins.

I’m curious about the button to create an “Idea.” What is an Idea in your use case? Would it be a topic in a private category, a message sent to a group, or something else?

더 많은 맥락이 필요합니다.

@simon 님이 말씀하신 대로 Customization > Theme component 가 필요합니다.

Welcome Link Banner(환영 링크 배너)가 작동할 수 있습니다.

community(커뮤니티)와 idea(아이디어)가 카테고리라면 이 URL 링크가 작동할 수 있습니다.

https://meta.discourse.org/new-topic?category=feature

"meta.discourse.org"를 도메인 이름으로 교체하세요.
"feature"를 카테고리 슬러그 이름으로 교체하세요.

위 URL은 feature(기능) 카테고리에서 새 주제를 시작합니다.

Feature에서 주제 시작

Hello :waving_hand:

Actually there is an elegant solution which makes dropdown from the new topic button. Convert the New Topic button to a have a sub menu - #7 by awesomerobot

It looks like the theme component version of this is here available: GitHub - discourse/discourse-new-topic-dropdown: Turns the New Topic button into a dropdown with a custom option added · GitHub

Thank you for the response.

Very nice find!