Neuer Themenkopf-Button

:discourse2: Zusammenfassung New Topic Header Button fügt eine praktische „Neues Thema"-Schaltfläche in die Kopfzeile aller Seiten hinzu.
:eyeglasses: Vorschau Vorschau im Discourse Theme Creator
:hammer_and_wrench: Repository https://github.com/discourse/discourse-new-topic-button-theme-component
:question: Installationsanleitung So installieren Sie ein Theme oder eine Theme-Komponente
:open_book: Neu bei Discourse Themes? Anfängerleitfaden zur Verwendung von Discourse Themes

Installieren Sie diese Theme-Komponente

Funktionen

Eine einfache Theme-Komponente, um die + Neues Thema-Schaltfläche in die Kopfzeile aufzunehmen. Die Schaltfläche wird auf jeder Seite angezeigt – auch innerhalb von Themen.

Screenshots:

Desktop:

Mobil:

Einstellungen:

Name Beschreibung
new topic button icon Wählen Sie ein Symbol für die Schaltfläche. Sie können beliebige kostenlose FontAwesome-6-Symbolnamen wie music oder star verwenden.
new topic button text Geben Sie den Text ein, den die Schaltfläche verwenden soll. Sie können dieses Feld auch leer lassen, wenn Sie nur ein Symbol verwenden möchten.
new topic button title Geben Sie den Titel ein, den die Schaltfläche verwenden soll. Wenn dies leer gelassen wird, entspricht der Titel dem Text der Schaltfläche.
hide default button Verstecken Sie die standardmäßige „Neues Thema"-Schaltfläche in Themenlisten.
show to anon Zeigen Sie die Schaltfläche für nicht angemeldete Besucher an und leiten Sie sie beim Klicken zur Anmeldung weiter.

:discourse2: Von uns gehostet? Theme-Komponenten können auf unseren Standard-, Business- und Enterprise-Plänen verwendet werden.

57 „Gefällt mir“

Pretty awesome. Now we’re talking!

FYI, we pushed the button yesterday and it was our 2nd biggest day in registrations for the past 30 days. Not sure if it was coincidence or not, but I have a feeling it’s a good way to onboard new users. Will keep an eye on the metrics

(Realizing now it must have been a coincidence, because the button only appears for users who have already logged in. Nonetheless, activity does seem to be higher)

5 „Gefällt mir“

Hi,

Is it possible to change the color of the button, but not change the color of all buttons in the site?

If so, which is the css code for the button only?

thanks!

1 „Gefällt mir“

Use this code, changing the color obviously.

#new-create-topic {
    background-color: red;
}
3 „Gefällt mir“

Hm, how about showing the new topic button for everyone and make it act like the default Reply-to-topic button, i.e. as the user to login/sign up if they’re not logged in?

In fact, this might be something to consider for the default new topic button too, but I guess this feature would be most effective in this theme component…

4 „Gefällt mir“

Inviting every random visitor to create a new topic… will end in tears :sob:

Nothing kills a site quicker than a page full of low-value or gibberish topics.

7 „Gefällt mir“

Well, they can’t create that topic unless they sign up. And encouraging people to sign up is obviously a good thing (and is being done by default via the sign-up button and the reply-to-topic button). So I don’t really see why the new topic button should cause any problems.

6 „Gefällt mir“

Is it possible to hide the button on mobile but show the floating button?

To hide the button on mobile add

.header-buttons #new-create-topic {
    display:none;
}

in your mobile > CSS tab

The floating button you are referring is the one used on the Material Design Theme component? If so you need to copy and paste the part of CSS relative to the floating button (New Topic Fab) from material-design-stock-theme/desktop/desktop.scss at main · discourse/material-design-stock-theme · GitHub to your mobile > CSS tab (deleting the lines that start with @include [...]).

However your requests are going off topic, it’s better if you open another topic.

4 „Gefällt mir“

Thanks, sorry for the offtopicing :slight_smile:

1 „Gefällt mir“

This is good, but it has two drawbacks from my point of view.
First is the location of the button in the top bar. We already have other stuff added to the top bar and this makes it a bit crowded.
Second is the fact it appears on every page, even where it is a bit illogical (eg on my profile page, or the groups list).
The primary use case from my point of view is to make it slightly easier for users not to make off-topic replies when viewing a thread. The place I find it is really needed and useful is when viewing a topic/thread and ideally I would like it to appear both at the top (in line with the topic title) and at the bottom next to the main blue Reply button.
A halfway house would be to show it in the current position but only on /t/xxx pages.
Is this possible?

I don’t want to display it on mobile, how do I do it?

I also want to show it to the unregistered user, clicking the button will ask you to login

Oh. Bummer. I don’t know what “wrong position” means (it seems OK on my test site), but did assume that the button would work, which I see now that it doesn’t. It looks like it’s not as simple as I thought. :frowning_face:

1 „Gefällt mir“

Create a new theme component and add this in the Mobile > CSS tab

.mobile-view #new-create-topic {
    display:none
}
4 „Gefällt mir“

good idea - you did it ?

Can someone help me know what CSS to target to get this + New Topic button to look/function exactly as the colorful “Reply” button on my site? (i.e. the standard state, as well as the hover and clicked-on state - active?)

Here’s a visual explanation of what I’d like to do…

change its class to btn-primary ?
(not sure if you can have two btn-primary items on a page)
If you want to have a pure css solution then inspect the styling of the blue primary button (in all its states) and replicate that.

Thanks for this component @Joe.
It works perfectly with a small exception :slight_smile:
On mobile I still have two buttons: new one and default one+ New Topic buttons.

I made the default one disappear by changing the following style definition:


Now it works fine on desktops and on mobiles, but it would be nice if your component would take care about this. Especially that if from some reason some admin will turn off your component, any + New Topic button won’t be visible.

4 „Gefällt mir“

@Johani I made a pull request with change mentioned above.

Could you please look at it?

2 „Gefällt mir“

Vielen Dank für die Komponente! Ich denke, es gibt gute Anwendungsfälle, bei denen die Option, ein neues Thema zu erstellen, immer in der Kopfzeile vorhanden sein sollte. Allerdings habe ich Schwierigkeiten mit einem Detail der Umsetzung und frage mich, wie andere damit umgehen:

Derzeit spiegelt die Komponente die Kategorie wider, in der sich der Benutzer befindet, und öffnet den Editor mit dieser Kategorie vorausgefüllt. Sie berücksichtigt jedoch nicht, ob der Benutzer Schreibzugriff auf diese bestimmte Kategorie hat. Dadurch wird der Editor mit dieser Kategorie vorausgefüllt (obwohl der Benutzer diese Kategorie sonst nicht manuell auswählen könnte), was beim Speichern des Themas zu einem Fehler führt.

Der Standard-Button für neue Themen löst dieses Problem, indem er bei solchen Kategorien deaktiviert ist. Ich finde jedoch, dass es auch nicht sehr intuitiv wäre, dieses Verhalten zu kopieren, da die Idee des Buttons in der Kopfzeile darin besteht, einen globalen Zugriff zum Erstellen neuer Themen zu bieten. Es wäre dann seltsam, wenn er manchmal nicht funktioniert.

Was könnte ein guter allgemeiner Ansatz dafür sein? Oder wie gehen andere, die die Komponente verwenden, damit um? Einfach die Vorausfüllung komplett streichen?

3 „Gefällt mir“