是否可以向所有新用户发送自动欢迎消息?

正如 Nate 所说,您可以启用 Discobot 的欢迎消息,并将信息添加到其中。
启用欢迎消息的设置是 Disable Discourse Narrative Bot welcome post。您可以像自定义任何文本一样自定义消息 https://meta.discourse.org/t/customize-text-in-discourse/36092。相关的键是 discourse_narrative_bot.new_user_narrative.hello.title 用于消息标题,discourse_narrative_bot.new_user_narrative.hello.messagediscourse_narrative_bot.new_user_narrative.bookmark.instructions 用于正文。默认情况下,Discobot 还在该消息中提供教程,您可以在其中了解 Discourse 的功能,如 oneboxes、书签和标记。
使用 Discourse Narrative Bot welcome post type 设置,您可以将其更改为不提供教程的不同欢迎消息。然后您可能想要自定义的站点文本是 system_messages.welcome_user.subject_template 用于标题,system_messages.welcome_user.text_body_template 用于正文。%{new_user_tips} 占位符被 system_messages.usage_tips.text_body_template 替换,因此您也可以自定义该占位符。

当用户达到信任级别 1 时,还有一个自动消息 (Customizing trust level promotion messages for new users)。但我认为这对于您的用例来说太晚了。

为了更个性化的方法,您可以使用 automation plugin 在用户被添加到信任级别 0 组时触发个性化消息。

4 个赞