to be fair I edited that into the OP after he asked
I understand that part. Just created a custom message for my instance of Discourse
https://discourse.nycedu.org/new-message?username=pupbot&title=Start%20new%20user%20tutorial&body=@pupbot%20start%20new%20user%0D%0A%0D%0ANote:%20Just%20click%20on%20the%20blue%20
Message%20button%20below%20to%20start.
My question is more, in the future if I want to create links like this for other actions, how do I do that? For example, I really want to have a Reply to topic link. My particular user base isn’t necessarily very tech savvy, so I really need to spell things out for them and make it as easy as possible.
Not sure how to do that offhand, but is there a reason the existing options are insufficient? You could even make them more clear:
or add text to this button:
I’ll play around with it
Going back to the @discobot start new user command… As you can see from my source code, I definitely hacked together the link that would work for us. Do you see this as a useful enough tool that Discourse could potentially write into existing text content?
I’m not sure what you’re asking here.
Probably you are looking for
and
I would say yes
It turns out that is nothing for me to do here. What I forgot is that I built the triggers in a way that they can be customized via the admin panel.
Simply change the reset_trigger
in admin > Customize > Text Content
and
That’s only going to allow for a community to replace the trigger though, rather than add a synonym.
It creates the risk someone familiar with Discourse from another community being unable to use the standard trigger.
@codinghorror will need to confirm but I assumed that he suggested adding a synonym because we thought we didn’t have a way to customize those triggers.
Yes, my original thought was that I didn’t have a way to customize the triggers. At the same time, I do think it’s a more user-friendly command in general, so I continue to advocate for it to be a synonym to make the transition between discourse instances seamless.
As an FYI - my pronouns are she/her/hers.
I think he was referring to Jeff’s suggestion a synonym be created. @codinghorror is the ultimate authority on this kind of thing.
I’m a fan of the synonym but I am not sure it would be worth a bunch of extra engineering work.
Actually I kind of think that @debryc’s suggestion of start tutorial
is way better than the start new user
that we have now. The latter seems incomplete and perhaps we should just rename the default trigger? I’m not really keen on supporting synonyms here because the customization option is already there.
That is fine, I support that, what would the advanced start look like?
start tutorial
and start advanced tutorial
make the most sense to me, as @debryc said in the OP
The default triggers have been updated.
https://github.com/discourse/discourse/commit/41f4f9302ddf28e696da21ac521f4636e33cd392
Thank you for the suggestion @debryc
And thank you for the update!
-
Will the “start new user” command still work in the future?
-
This is my updated welcome message! I’m very happy with what this discussion produced for my community. Thank you again everyone.
Hi and welcome to %{site_name}!
Start by learning all about your new community at First time here? Welcome! 👋🏽 - Announcements - #NYCEDU.
P.S. %{new_user_tips}For even more tips, click to start our interactive new user tutorial.
Enjoy!
And here’s a screenshot of the window that pops up when users click on the link.
Nope, that has been removed in favor of start tutorial
.