KyleTryon
(Kyle Tryon)
4 Febrero, 2018 20:53
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?
8BIT
4 Febrero, 2018 22:29
2
There’s a plugin here:
… that you can have users post an introduction:
angus
(Angus McLeod)
5 Febrero, 2018 00:05
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
dax
(Daniela)
5 Febrero, 2018 00:20
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 https://meta.discourse.org/t/hitting-enter-key-not-working-in-the-full-page-search-and-in-the-text-context-page/79758/3?u=dax .
KyleTryon
(Kyle Tryon)
5 Febrero, 2018 17:37
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!