最近在这里开启了一个类似的话题:Can I customize the welcome message shown when creating a new topic based on the chosen tag or category?
我认为目前内置功能中并没有完全符合您需求的方法。
正如上面所建议的,主题模板(Topic templates)可能是最接近的解决方案,可以通过开发某种 Customization > Theme component 来实现。
另一种方案是在主题模板中包含一些 HTML 注释,这样即使用户不删除它们,也不会显示在帖子中,例如:
<!--
#category 中新主题的一些提示
- foo
- bar
- baz
-->