KyleTryon
(Kyle Tryon)
February 4, 2018, 8:53pm
1
Following this tutorial here: Who is Discobot?
In my Admin>Customize>Text Content I only have 4 items and none are related to Discobot. I want to ask users to create a new post in the “introduction” section.
Side note. Is it possible to FORCE users to post an introduction?
1 Like
8BIT
February 4, 2018, 10:29pm
2
There’s a plugin here:
It is now much easier to subscribe for the advanced features
Now all you have to do is hit ‘Subscribe’ from the admin page of the installed Custom Wizard Plugin and follow the prompts, and Authorize it once it is set up. Easy as!
Of course, the basic (still quite powerful) Wizard functionality works just fine without a subscription.
Summary
Forms for Discourse. This plugin lets you make rich and powerful forms for your Discourse forum. Better user onboard…
… that you can have users post an introduction:
1 Like
angus
(Angus McLeod)
February 5, 2018, 12:05am
3
You can enter any translation key in the search bar and it will find it. The parent key for the narrative bot is discourse_narrative_bot
.
You can find the text you want to edit quickly by doing a find on this file:
en:
dates:
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
short_date_no_year: "D MMM"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
short_date: "D MMM, YYYY"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
long_date: "MMMM D, YYYY h:mma"
datetime_formats: &datetime_formats
formats:
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
short: "%m-%d-%Y"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
short_no_year: "%B %-d"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
date_only: "%B %-d, %Y"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
long: "%B %-d, %Y, %l:%M%P"
# Format directives: https://ruby-doc.org/core/Time.html#method-i-strftime
This file has been truncated. show original
1 Like
dax
(Daniela)
February 5, 2018, 12:20am
4
@KyleTryon , if you are on the latest version of Discouse there is a problem searching in the text content page. This is probably why you can not find the strings you need.
See Hitting ENTER key not working in the full page search and in the text context page .
7 Likes
KyleTryon
(Kyle Tryon)
February 5, 2018, 5:37pm
5
Thanks all,
Was able to get there using the work around.
Search discourse_narrative_bot.new_user_narrative.hello.message
Click away to a new page.
Click back
in your browser.
Good to go!
4 Likes
This topic was automatically closed after 2315 days. New replies are no longer allowed.