Unable to enable the old welcome message

I have disabled the “discourse narrative bot enabled”, as I would prefer to keep the old welcome message.
The problem is that the only setting mentioning a welcome message is “disable discourse narrative bot welcome post”. And regardless of whether it is enabled or disabled, there is no welcome message sent to new users.

Could anyone inform me how I can re-enable the old welcome message?

Search for send welcome message , it should be in Settings > Other

No, I thought so too, but just checked and it’s no longer there

1 Like

So this is probably a bug. When you disable the narrative bot you should be able to set again the welcome message

cc @tgxworld ?

When you disable the bot, the send welcome message site setting is auto enabled again. I’ll have a look to see if that is still the case.

2 Likes

The old copy still should come from the bot, though. We want one code path here.

4 Likes

Fixed in

https://github.com/discourse/discourse-narrative-bot/commit/8966af8f6619ee88a8d740463a3a9f21e1dab73d

The bot basically has a new SiteSetting which allows you to configure which type of welcome post you would like to send.

7 Likes

We should also close the welcome message in the “quick start guide” case as we want to have very clear signaling that the user should not respond to it.

(arguably we should also do this if bot replies are disabled too.)

(edit: I have also removed the invitation to reply from the existing beta version in anticipation.)

1 Like

Fixed in

https://github.com/discourse/discourse-narrative-bot/commit/05869c5c0aa7aaeda0a34f03dd24470d7211ffe8

2 Likes