It’s a tricky one, because it’s for new, existing, migrated and returning users. Some communities were on Discourse before discobot was implemented, while others migrated to Discourse after a decade or longer on another platform.
I think what we really need is a one-click link that sends the discourse narrative bot new user tutorial message to the user.
This opens so many possibilities. For example, the %{new_user_tips} template can now append a new line at the bottom if the narrative bot is enabled. It would look like:
As you participate here, we’ll get to know you, and temporary new user limitations will be lifted. Over time you’ll gain trust levels that include special abilities to help us manage our community together.
For even more tips, click to start our interactive new user tutorial.
* [Start New User Tutorial](/new-message?username=discobot&title=Discobot%20Tutorial&body=@discobot%20start%20new%20user)
* [Start Advanced User Tutorial](/new-message?username=discobot&title=Discobot%20Advanced%20Tutorial&body=@discobot%20start%20advanced%20user)
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.
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?
@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.