最近在这里启动了一个类似的主题:Can I customize the welcome message shown when creating a new topic based on the chosen tag or category?
我认为今天没有内置的方法可以完全满足您的要求。
主题模板(如上所述)可能是最接近的解决方案,可以通过开发某种 Theme component 或其他方式来实现。
一种选择是在主题模板的 HTML 注释中包含一些内容,这样即使用户不删除它也不会显示在帖子中,例如:
<!--
#category 中新主题的一些提示
- foo
- bar
- baz
-->